Remove fixed-size literal buffer from ecpg's lexer (same

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 45c002460cd18238eab113c7259d0ddfaa44e889
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-22T23:14:50Z
Releases: 7.1.1
Remove fixed-size literal buffer from ecpg's lexer (same
fix recently applied to backend's lexer).  I see that YY_USES_REJECT
still gets defined for this lexer, which means it's going to have trouble
parsing really long tokens.  Not sure if it's worth doing anything about
that or not; I don't have the interest right now to understand why
ecpg's additions to the syntax cause this problem...

Files

PathChange+/−
src/interfaces/ecpg/preproc/Makefile modified +11 −13
src/interfaces/ecpg/preproc/pgc.l modified +96 −71