Re: Small changes to facilitate Win32 port - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Small changes to facilitate Win32 port
Date
Msg-id 8385.1022798440@sss.pgh.pa.us
Whole thread Raw
In response to Re: Small changes to facilitate Win32 port  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
"Dann Corbit" <DCorbit@connx.com> writes:
>> I'm tempted to suggest that we should stick _P on *all* the 
>> lexer token
>> symbols, rather than having an inconsistent set of names where some of
>> them have _P and some do not.  Or perhaps _T (for token) 
>> would be a more
>> sensible convention; I'm not sure why _P was used in the first place.

> Before you do that, realize that you are violating the implementation's
> namespace, and your code is therefore not legal ANSI/ISO C.

What?

The _P or _T is a suffix, not a prefix...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Small changes to facilitate Win32 port
Next
From: Tom Lane
Date:
Subject: Re: Perl build fix attempted