aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/symbol.h
diff options
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/symbol.h b/symbol.h
index 05f9d207..f8561fb0 100644
--- a/symbol.h
+++ b/symbol.h
@@ -156,6 +156,9 @@ struct symbol {
#define MOD_EXPLICITLY_SIGNED 0x40000000
#define MOD_BITWISE 0x80000000
+/* Current parsing/evaluation function */
+extern struct symbol *current_fn;
+
/* Basic types */
extern struct symbol void_type,
int_type,