Remove fixed-size literal buffer from ecpg's lexer (same
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Oct 1999 23:14:50 +0000 (23:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Oct 1999 23:14:50 +0000 (23:14 +0000)
commit45c002460cd18238eab113c7259d0ddfaa44e889
tree158fbb32c4e8f159f2c30e26302974e2cf956cd5
parentabceb20a52f095e1e249a9ff764be4084dd57f04
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...
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/pgc.l