aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'clox/src/compiler.h')
-rw-r--r--clox/src/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clox/src/compiler.h b/clox/src/compiler.h
index 7de1c20..37e159d 100644
--- a/clox/src/compiler.h
+++ b/clox/src/compiler.h
@@ -5,5 +5,6 @@
#include "vm.h"
ObjFunction *compile(const char *source);
+void markCompilerRoots();
#endif