From eee36346d65080feee7d70b8ecc7a39f83f5f3eb Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 7 Feb 2020 15:08:18 -0500 Subject: still trying to fix new idents --- toc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toc.c') diff --git a/toc.c b/toc.c index ce99c1d..9a5be2f 100644 --- a/toc.c +++ b/toc.c @@ -81,7 +81,6 @@ static inline bool type_is_slicechar(Type *t) { static size_t compiler_alignof(Type *t); static size_t compiler_sizeof(Type *t); #include "instance_table.c" -#include "copy.c" /* returns NULL on error */ static char *read_file_contents(Allocator *a, const char *filename, Location where) { @@ -112,6 +111,7 @@ static char *read_file_contents(Allocator *a, const char *filename, Location whe #include "identifiers.c" +#include "copy.c" #include "tokenizer.c" #include "parse.c" #include "foreign.c" -- cgit v1.2.3