I’m porting flex/bison on windows and build M4 code inside executable. After upgrading gnulibs I caught a runtime error “memory exhausted” in macro.c file. … if (use_argc_stack) obstack_free (&argc_stack, argv[0]); else obstack_free (&arguments, NULL); obstack_blank (&argv_stack, -argc * s
On 12/16/20 10:27 PM, lexxmark@gmail.com wrote:
> I’m porting flex/bison on windows and build M4 code inside executable.
>
> After upgrading gnulibs I caught a runtime error “memory exhausted” in
> macro.c file.
What do you mean by updating gnulib, pointing the submodule to a newer
commit?