diff options
Diffstat (limited to 'src/program.h')
-rw-r--r-- | src/program.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/program.h b/src/program.h index b24ad7e3..a6e9afed 100644 --- a/src/program.h +++ b/src/program.h @@ -46,7 +46,7 @@ struct colm_sections struct region_info *regionInfo; long numRegions; - Code *rootCode; + code_t *rootCode; long rootCodeLen; long rootFrameId; @@ -94,9 +94,9 @@ struct colm_sections long globalId; long argvElId; - void (*fsm_execute)( struct pda_run *pdaRun, struct _StreamImpl *inputStream ); + void (*fsm_execute)( struct pda_run *pdaRun, struct stream_impl *inputStream ); void (*sendNamedLangEl)( struct colm_program *prg, Tree **tree, - struct pda_run *pdaRun, struct _StreamImpl *inputStream ); + struct pda_run *pdaRun, struct stream_impl *inputStream ); void (*initBindings)( struct pda_run *pdaRun ); void (*popBinding)( struct pda_run *pdaRun, ParseTree *tree ); |