aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/semantics.h b/semantics.h
index 37cffb3..b77cf2e 100644
--- a/semantics.h
+++ b/semantics.h
@@ -32,6 +32,7 @@ typedef CSList *CSList_t;
struct CSList {
char *str;
int id;
+ int start;
CSList_t next;
};