autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C99 support


From: Ralf Wildenhues
Subject: Re: C99 support
Date: Tue, 30 Nov 2004 09:29:15 +0100
User-agent: Mutt/1.4.1i

* Bob Friesenhahn wrote on Mon, Nov 29, 2004 at 10:43:19PM CET:
> 
> The use of C++-style comments in open source C code is suspect. 
> IBM's AIX C compiler does not support them.

  xlc -qcpluscmt
which is implied by
  xlc -qlanglvl={stdc99,extc99}

when using xlc version >= 6.  Don't know about previous versions,
and I did not check how much of C99 is really supported (let's
be honest, C++ style comments is about the least important C99
feature by lightyears).

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]