Re: inline is not ANSI C

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: inline is not ANSI C
Дата
Msg-id 23485.1012405395@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: inline is not ANSI C  (Luis Amigo <lamigo@atc.unican.es>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: A simpler way to configure the source code?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Per-database and per-user GUC settings