aboutsummaryrefslogtreecommitdiff
path: root/pc.y
diff options
context:
space:
mode:
Diffstat (limited to 'pc.y')
-rw-r--r--pc.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/pc.y b/pc.y
index e8f2baa..e7cb06e 100644
--- a/pc.y
+++ b/pc.y
@@ -7,7 +7,7 @@
#include "tree.h"
#include "y.tab.h"
#include "pc.h"
-/*#include "sem_check.h"*/
+#include "sem_check.h"
/*
TODO:
@@ -15,6 +15,7 @@ TODO:
*/
extern int yylex();
+extern scope *cur_scope;
%}