From fca843990f60312d6e6c1b8774988cc624364d42 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sun, 8 Jul 2018 16:48:49 +0800 Subject: separating the input from stream type --- src/program.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/program.h') diff --git a/src/program.h b/src/program.h index 4c5f1834..436e1bd0 100644 --- a/src/program.h +++ b/src/program.h @@ -105,9 +105,9 @@ struct colm_sections long struct_input_id; long struct_stream_id; - void (*fsm_execute)( struct pda_run *pda_run, struct stream_impl *input_stream ); + void (*fsm_execute)( struct pda_run *pda_run, struct input_impl *input_stream ); void (*send_named_lang_el)( struct colm_program *prg, tree_t **tree, - struct pda_run *pda_run, struct stream_impl *input_stream ); + struct pda_run *pda_run, struct input_impl *input_stream ); void (*init_bindings)( struct pda_run *pda_run ); void (*pop_binding)( struct pda_run *pda_run, parse_tree_t *tree ); -- cgit v1.2.1