diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,13 +16,13 @@ typedef long double Floating; /* OPTIM: Switch to double */ #define UINTEGER_FMT "%llu" #define INTEGER_FMT "%lld" +#include "util/location.c" #include "util/err.c" #include "util/arr.c" #include "util/blockarr.c" #include "util/str.c" #include "identifiers.c" #include "tokenizer.c" -#include "util/location.c" #include "parse.c" #include "eval.c" #include "types.c" |