]> granicus.if.org Git - postgresql/commit
Remove a couple other vestigial yylex() declarations.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Mar 2015 17:12:28 +0000 (13:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Mar 2015 17:12:28 +0000 (13:12 -0400)
commit9a8e23311cac14168df6644e03d533a4b07f933e
treef5cfde4b2fdbc7dc590edb45d69494a477ae58c1
parente9dd03c03aeed6486129e3101695b13d469c2985
Remove a couple other vestigial yylex() declarations.

These were workarounds for a long-gone flex bug; all supported versions
of flex emit an extern declaration as expected.
src/backend/utils/misc/guc-file.l
src/bin/psql/psqlscan.l