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

From Tom Lane
Subject Re: inline is not ANSI C
Date
Msg-id 14116.1012318575@sss.pgh.pa.us
Whole thread Raw
In response to inline is not ANSI C  (Luis Amigo <lamigo@atc.unican.es>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving backend launch time by preloading relcache
Next
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: inline is not ANSI C