summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
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 03fd1d6b..ab9ebcd1 100644
--- a/src/program.h
+++ b/src/program.h
@@ -74,6 +74,7 @@ typedef struct colm_sections
long anyId;
long eofId;
long noTokenId;
+ long globalId;
void (*fsmExecute)( struct _FsmRun *fsmRun, struct _StreamImpl *inputStream );
void (*sendNamedLangEl)( struct colm_program *prg, Tree **tree, struct _PdaRun *pdaRun,