"Joel E. Denny" <[EMAIL PROTECTED]> writes: > I didn't install this as I'm afraid it'll break later versions of Flex. > What version of Flex do we intend to require?
I use Debian stable, which is 2.5.31 with patches. If memory serves 2.5.4 has problems with reentrancy. I wouldn't have qualms requring 2.5.31 for maintainers. > +# include <stdbool.h> > # include "uniqstr.h" > [In location.h] I changed <stdbool.h> to "system.h". This shouldn't be needed, as .c files should include "system.h" first, immediately after including <config.h>. That way, .h files need not worry about including "system.h". I have toyed with the idea of having system.h include config.h, to save a line in each .c file.
