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-29T15:36:15Z
Lists: pgsql-hackers
Luis Amigo <lamigo@atc.unican.es> writes: > I've noticed that in postgresql 7.2b4 and in some contrib(I've seen > dbf2pgsql) there are inline variables, I think this is not ANSI code. > MIPS PRO compilers did not work with inline unless u use API specific > tools configure arranges to #define inline as empty if your compiler doesn't take it. Is that not working as expected in your case? regards, tom lane