aboutsummaryrefslogtreecommitdiff
path: root/src/compile/indexing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/indexing.h')
-rw-r--r--src/compile/indexing.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compile/indexing.h b/src/compile/indexing.h
index bf30f98a..5b76692b 100644
--- a/src/compile/indexing.h
+++ b/src/compile/indexing.h
@@ -2,8 +2,10 @@
#pragma once
+#include <stdbool.h>
+
#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"
-Text_t compile_indexing(env_t *env, ast_t *ast);
+Text_t compile_indexing(env_t *env, ast_t *ast, bool checked);