On Thu, Nov 19, 2015 at 06:53:45PM -0500, Ted Unangst wrote: > Serguey Parkhomovsky wrote: > > * renamed parse.c, parse.h, scan.c, skel.c with init prefix so compiling > > flex outside of obj by accident wouldn't clobber the bootstrap files > > Do you remember what caused you to skip using the in base yacc? The diff below > seems to work for me. >
I skipped using the base yacc because flex would error out on compiling itself. I'm not sure what was happening there, but I've tested your patch and it works for me too.
