diff options
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h index d301ab0..ca97633 100644 --- a/semantics.h +++ b/semantics.h @@ -17,7 +17,7 @@ struct CVar { const char *name; CVar_t next; /* next in the linked list */ CType_t type; - int offset; + int start; CNode *ast; }; |