summaryrefslogtreecommitdiff
path: root/src/program.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/program.h
parent422308c1f28fd2251ebd435ef22780801826bb83 (diff)
downloadcolm-776ddfc296be0edd2093b932e2b61c6407f29b94.tar.gz
allocate a unique struct id for streams
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/program.h b/src/program.h
index e5cfbeea..0ce99c3a 100644
--- a/src/program.h
+++ b/src/program.h
@@ -99,6 +99,7 @@ struct colm_sections
long global_id;
long argv_el_id;
long struct_inbuilt_id;
+ long struct_stream_id;
void (*fsm_execute)( struct pda_run *pda_run, struct stream_impl *input_stream );
void (*send_named_lang_el)( struct colm_program *prg, tree_t **tree,