summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-07 15:08:18 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-07 15:08:18 -0500
commiteee36346d65080feee7d70b8ecc7a39f83f5f3eb (patch)
tree3c5616d3cddf9e56b0221f7c4b44ca2fe7289f0c /toc.c
parent1894485db067d5d79a32a90da07bd5f0aad433d7 (diff)
still trying to fix new idents
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c2
1 files changed, 1 insertions, 1 deletions
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"