aboutsummaryrefslogtreecommitdiff
path: root/src/symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol_table.h')
-rw-r--r--src/symbol_table.h3
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
17typedef enum type { 17typedef enum type {
18 INT, 18 INT,
19 CHAR 19 CHAR,
20 VOID
20} Type; 21} Type;
21 22
22typedef struct { 23typedef struct {