Re: inline is not ANSI C
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Luis Amigo <lamigo@atc.unican.es>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2002-01-30T15:43:15Z
Lists: 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