aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-05 21:01:45 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-05 21:01:45 +0800
commita144dc6641b8d0ac58c7e302e78c65810ad171dd (patch)
treed57f96f1d80ef8c4bde80b42c49ab8afe9165647 /semantics.h
parent831c9f477cb4298fd21f8735e1789f210cd80a4d (diff)
global string opt
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;
};