Re: [HACKERS] CVS HEAD is broken by flex

2007-09-11 Thread Tom Lane
ITAGAKI Takahiro <[EMAIL PROTECTED]> writes: > The suspect is flex (or yy template file). It defines "__unused" to > be empty, but netdb.h uses "__unused" as a variable. Egad. Shouldn't there be villagers breaking down the flex hackers' front door with torches and pitchforks in hand? Why is it o

Re: [HACKERS] CVS HEAD is broken

2003-11-24 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > String literals with embedded newline have been deprecated for a > couple GCC releases, and are no longer supported. [grumble] ... the great thing about gcc is there are so many incompatible versions to choose from. I fixed the occurrence at pg_dump.c lin