pgsql: Remove a couple other vestigial yylex() declarations. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove a couple other vestigial yylex() declarations.
Date
Msg-id E1YcGlF-0000Us-Le@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a8e23311cac14168df6644e03d533a4b07f933e

Modified Files
--------------
src/backend/utils/misc/guc-file.l |    3 ---
src/bin/psql/psqlscan.l           |    2 --
2 files changed, 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Minor code cleanups in pgbench expression support.
Next
From: Tom Lane
Date:
Subject: pgsql: Make ginbuild's funcCtx be independent of its tmpCtx.