aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index f7d0d41..90adaf3 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -197,6 +197,7 @@ typedef struct Node {
197 Str type; 197 Str type;
198 Str fun_params; 198 Str fun_params;
199 Str fun_return; 199 Str fun_return;
200 Str unique_name;
200} Node; 201} Node;
201 202
202// 203//