best way for export gram.y symbols - Mailing list pgsql-hackers

From Pavel Stehule
Subject best way for export gram.y symbols
Date
Msg-id 162867790804031036o7a4dd76bw504b4653b3734ed4@mail.gmail.com
Whole thread Raw
Responses Re: best way for export gram.y symbols  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: "Tom Dunstan"
Date:
Subject: Re: modules
Next
From: "Joshua D. Drake"
Date:
Subject: Re: modules