pgsql: Remove outside-the-scanner references to "yyleng".

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove outside-the-scanner references to "yyleng".
Date: 2009-09-08 04:25:54
Message-ID: 20090908042554.89384753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove outside-the-scanner references to "yyleng".

It seems the flex developers have decided to change yyleng from int to size_t.
This has already happened in the latest release of OS X, and will start
happening elsewhere once the next release of flex appears. Rather than trying
to divine how it's declared in any particular build, let's just remove the one
existing not-very-necessary external usage.

Back-patch to all supported branches; not so much because users in the field
are likely to care about building old branches with cutting-edge flex, as
to keep OSX-based buildfarm members from having problems with old branches.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
extern.h (r1.62 -> r1.62.6.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/extern.h?r1=1.62&r2=1.62.6.1)
preproc.y (r1.311.2.8 -> r1.311.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.311.2.8&r2=1.311.2.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-08 04:26:04 pgsql: Remove outside-the-scanner references to "yyleng".
Previous Message Tom Lane 2009-09-08 04:25:41 pgsql: Remove outside-the-scanner references to "yyleng".