aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes.h')
-rw-r--r--src/nodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodes.h b/src/nodes.h
index cf0e749..acbe19e 100644
--- a/src/nodes.h
+++ b/src/nodes.h
@@ -19,6 +19,7 @@ typedef struct Node {
19 NodeType type; 19 NodeType type;
20 size_t line; 20 size_t line;
21 size_t col; 21 size_t col;
22 struct Scope *scope;
22 23
23 union { 24 union {
24 // Numbers. 25 // Numbers.