>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:
> Bison stops at the first "real" brace it sees. C comments and strings
> don't count. Yacc stops at the first "{" regardless where it appears.
> So they're not 100% compatible on really weird inputs.
But it gives an easy mean to implement this bug: /%union[^{]*/. I
suppose that I can accumulate the various values if there are several
unions, after all GIGO is a sane principle :)
