aboutsummaryrefslogtreecommitdiff
path: root/MoonParser/ast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MoonParser/ast.cpp')
-rw-r--r--MoonParser/ast.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/MoonParser/ast.cpp b/MoonParser/ast.cpp
index 916fdd7..090f5ee 100644
--- a/MoonParser/ast.cpp
+++ b/MoonParser/ast.cpp
@@ -8,6 +8,8 @@ namespace parserlib {
8//current AST container. 8//current AST container.
9static ast_container *_current = 0; 9static ast_container *_current = 0;
10 10
11int ast_type_id = 0;
12
11 13
12/** sets the container under construction to be this. 14/** sets the container under construction to be this.
13 */ 15 */