aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index 16103cc..f4b6277 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -38,3 +38,5 @@ AstTree *castTo(AstTree *value, AstTree *to);
ffi_type *toFFIType(AstTree *type);
void deleteFFIType(ffi_type *type);
+
+void *stackAlloc(size_t size, AstTreeScope *scope);