aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/semantics.h b/semantics.h
index dfbf7b7..b770156 100644
--- a/semantics.h
+++ b/semantics.h
@@ -43,6 +43,7 @@ typedef struct CType {
CVar *params;
CVar *local;
struct CType *ret;
+ CNode *body;
} func; /* for a function */
} rec;
int size; /* memory footprint */