aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-03-12 22:18:43 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit2d2c31cc18aa9af2cdf26fa462edf7a164d45328 (patch)
tree687402ac43f28260a3ac7b9934522ae891b09557 /include/defs.h
parent385e2b95cb635976aded7368c6f7ac29585b38e7 (diff)
Refactor ssa
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 6a9bca4..74f2411 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -4,5 +4,6 @@
typedef struct ParserThreadData ParserThreadData;
typedef struct amal_compiler amal_compiler;
typedef struct Parser Parser;
+typedef struct Scope Scope;
#endif