diff options
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ typedef struct node_s { char *name; struct node_s *next; int var_type; + int offset; struct fi* func_info; struct ai* array_info; |