diff options
Diffstat (limited to 'src/symbol_table.h')
-rw-r--r-- | src/symbol_table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/symbol_table.h b/src/symbol_table.h index 917e4f9..cd14ae2 100644 --- a/src/symbol_table.h +++ b/src/symbol_table.h | |||
@@ -16,7 +16,8 @@ | |||
16 | 16 | ||
17 | typedef enum type { | 17 | typedef enum type { |
18 | INT, | 18 | INT, |
19 | CHAR | 19 | CHAR, |
20 | VOID | ||
20 | } Type; | 21 | } Type; |
21 | 22 | ||
22 | typedef struct { | 23 | typedef struct { |