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

[HACKERS] CVS HEAD is broken by flex

2007-09-11 Thread ITAGAKI Takahiro
I found CVS HEAD is broken and the following error is reported. My environment is RHEL4 Update 2 x86_64 with gcc 3.4.4 and flex 2.5.33. In file included from ../../../src/include/port.h:17, from ../../../src/include/c.h:841, from ../../../src/include/postgres_fe.h