aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index ca97633..d0b681a 100644
--- a/semantics.h
+++ b/semantics.h
@@ -148,7 +148,7 @@ void cscope_debug_print(CScope_t cs);
unsigned int bkdr_hash(const char *str);
const char *ctable_cvar_print(void *var);
-void semantics_check(CNode *ast);
+CScope_t semantics_check(CNode *ast);
enum DefState{
FORCE_ID,