aboutsummaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.h b/node.h
index e59cb86..8bafcc0 100644
--- a/node.h
+++ b/node.h
@@ -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;