summaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-07 14:44:16 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-07 14:44:16 +0330
commit62b7af496f2c694ff5361cf21042bbe14f969c64 (patch)
tree4c9b32af2d2baa49ad9941fc73a90133e1c27a77 /src/runner/runner.h
parent1f73f7e22c207fa72391253e21332e02d055bd72 (diff)
add more type stuff
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);