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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
