Re: Call for port reports
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2003-10-31T17:02:57Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes: > * lib/autoconf/c.m4 (AC_C_INLINE): Test with a typedef return value, > to avoid versions of HP C which don't allow that. > So there you have it. Do we want to backpatch the new autoconf test, or > define inline to empty for this particular version of this platform, or > try to do without typedef'd types? I prefer option 1. Me too, if the patch isn't too big. regards, tom lane