Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Date: 2002-10-26 15:07:13
Message-ID: 27712.1035644833@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> Without specifying the -Xb switch to kill the C99 interpretation of
> inline, I get the following from current CVS:

> UX:acomp: ERROR: "tuplesort.c", line 1854: "inline" functions cannot use
> "static" identifier: myFunctionCall2

I don't understand what it's unhappy about. My C99 draft sez

[#6] Any function with internal linkage can be an inline
function.

so the text of the message is surely not what they are really
complaining about? Or is the compiler broken?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-10-26 15:09:13 Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)
Previous Message Larry Rosenman 2002-10-26 14:56:35 UnixWare 7.1.3 (BETA), compile error (with cc -Xb)