summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index 10fd8dc..2ff2ec2 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -4,6 +4,7 @@
#include <stdint.h>
void runnerVariableSetValue(AstTreeVariable *variable,AstTree *value);
+void runnerVariableSetValueWihtoutConstCheck(AstTreeVariable *variable,AstTree *value);
bool runAstTree(AstTreeRoot *root);