mirror of
https://github.com/westes/flex.git
synced 2026-01-26 15:39:06 +00:00
Make flex --help work again.
Fixes a stupid, trivial initialization-time bug introduce during methodizatiion.
This commit is contained in:
parent
aac8fe8896
commit
da0cd947c3
@ -737,6 +737,8 @@ void flexinit (int argc, char **argv)
|
||||
tablesfilename = tablesname = NULL;
|
||||
|
||||
sawcmpflag = false;
|
||||
|
||||
backend = &cpp_backend;
|
||||
|
||||
/* Initialize dynamic array for holding the rule actions. */
|
||||
action_size = 2048; /* default size of action array in bytes */
|
||||
@ -1200,8 +1202,6 @@ void flexinit (int argc, char **argv)
|
||||
lastprot = 1;
|
||||
|
||||
set_up_initial_allocations ();
|
||||
|
||||
backend = &cpp_backend;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user