Re: inline is not ANSI C
Luis Alberto Amigo Navarro <lamigo@atc.unican.es>
From: Luis Amigo <lamigo@atc.unican.es>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2002-01-30T08:50:24Z
Lists: pgsql-hackers
Attachments
- lamigo.vcf (text/x-vcard)
Tom Lane wrote: > 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 No it is not working as expected, I'd to remove them at my own.