Re: inline is not ANSI C - Mailing list pgsql-hackers

From Tom Lane
Subject Re: inline is not ANSI C
Date
Msg-id 23485.1012405395@sss.pgh.pa.us
Whole thread Raw
In response to Re: inline is not ANSI C  (Luis Amigo <lamigo@atc.unican.es>)
List pgsql-hackers
Luis Amigo <lamigo@atc.unican.es> writes:
>> configure arranges to #define inline as empty if your compiler doesn't
>> take it.  Is that not working as expected in your case?

> No it is not working as expected, I'd to remove them at my own.

Would you look at configure's test for this and find out why it fails
to detect that inline doesn't work?  As the only one with access to
the problem compiler, you cannot expect anyone else to fix this;
it's your responsibility to improve the configure test so it gets the
right answer on your platform.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: A simpler way to configure the source code?
Next
From: Tom Lane
Date:
Subject: Re: Per-database and per-user GUC settings