pgsql: Remove a couple other vestigial yylex() declarations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove a couple other vestigial yylex() declarations.
Date: 2015-03-29 17:12:33
Message-ID: E1YcGlF-0000Us-Le@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-29 18:03:04 pgsql: Make ginbuild's funcCtx be independent of its tmpCtx.
Previous Message Tom Lane 2015-03-29 17:07:05 pgsql: Minor code cleanups in pgbench expression support.