pgsql/ ontrib/cube/cubescan.l ontrib/seg/segsc ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/07/30 12:33:08

Modified files:
contrib/cube : cubescan.l
contrib/seg : segscan.l
contrib/tsearch: parser.l
src/backend/bootstrap: bootscanner.l
src/backend/utils/misc: guc-file.l
src/interfaces/ecpg/preproc: pgc.l
src/pl/plpgsql/src: scan.l

Log message:
Since we're depending on %option noyywrap in the main scanner now,
we may as well use it in all our flex files. Make all the flex files
have a consistent set of options.