diff options
Diffstat (limited to 'byterun/parsing.c')
-rw-r--r-- | byterun/parsing.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/byterun/parsing.c b/byterun/parsing.c index 4fb163490..6aeaeb14f 100644 --- a/byterun/parsing.c +++ b/byterun/parsing.c @@ -104,11 +104,7 @@ int parser_trace = 0; /* The pushdown automata */ -value parse_engine(tables, env, cmd, arg) /* ML */ - struct parser_tables * tables; - struct parser_env * env; - value cmd; - value arg; +value parse_engine(struct parser_tables *tables, struct parser_env *env, value cmd, value arg) /* ML */ { int state; mlsize_t sp, asp; |