diff options
Diffstat (limited to 'src/compile/structs.c')
| -rw-r--r-- | src/compile/structs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compile/structs.c b/src/compile/structs.c index 3244f6f3..266977a0 100644 --- a/src/compile/structs.c +++ b/src/compile/structs.c @@ -1,4 +1,5 @@ -// Logic for compiling new struct types defined in code +// This file defines how to compile structs + #include <gc.h> #include "../ast.h" |
