best way for export gram.y symbols

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "PG Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: best way for export gram.y symbols
Date: 2008-04-03 17:36:52
Message-ID: 162867790804031036o7a4dd76bw504b4653b3734ed4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I would to use main scanner from plpgsql. I need some values from parser/parse.h

#define SELECT 543
#define PARAM 642

and YYSTYPE

any ideas how to do it?

I would not copy it by hand.

Regards
Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2008-04-03 17:39:09 Re: modules
Previous Message Svenne Krap 2008-04-03 17:36:38 Re: [GENERAL] SHA1 on postgres 8.3