diff options
Diffstat (limited to 'src/compile/functions.c')
| -rw-r--r-- | src/compile/functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile/functions.c b/src/compile/functions.c index d0235c66..b01f599b 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -1,3 +1,5 @@ +// This file defines how to compile functions + #include "functions.h" #include "../ast.h" #include "../compile.h" |
