meskes@postgresql.org (Michael Meskes) writes:
> - Fixed reduce/reduce conflict in parser.
> - Synced preproc.y with gram.y.
Good, but now I get:
$ make
bison -y -d preproc.y
preproc.y:5330: fatal error: maximum table size (32767) exceeded
make: *** [preproc.h] Error 1
This is with
$ bison -V
GNU Bison version 1.28
Surprised the heck out of me --- I thought GNU tools weren't supposed
to have arbitrary limits in them. Perhaps there's some error in the
preproc.y file that's triggering this?
regards, tom lane