summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-05 22:59:52 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-05 22:59:52 -0400
commit776ddfc296be0edd2093b932e2b61c6407f29b94 (patch)
treee364f1efbf4506c82f3c73b4f3d4f94a9ffba78e /src/compiler.h
parent422308c1f28fd2251ebd435ef22780801826bb83 (diff)
downloadcolm-776ddfc296be0edd2093b932e2b61c6407f29b94.tar.gz
allocate a unique struct id for streams
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index a9fe2558..971476a7 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -907,6 +907,7 @@ struct Compiler
int nextLelId;
int firstNonTermId;
int structInbuiltId;
+ int structStreamId;
LangEl **langElIndex;
PdaState *actionDestState;