lua-users home
lua-l archive

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


On Mon, Aug 3, 2009 at 18:26, Luiz Henrique de
Figueiredo<lhf@tecgraf.puc-rio.br> wrote:
> It seems an unsolvable issue... (Note the dates!)

For the information of whoever runs on this problem, those are usable
to identify this compiler (I don't know if any other compiler requires
return after exit and didn't spend much time on those threads, sorry
if this has already been said):

Predefined macro name
	Description

__IBMC__
	Indicates the level of the XL C compiler
	as an integer constant representing version,
	release, and modification number.

__IBMCPP__
	Indicates the level of the XL C++ compiler
	as an integer constant representing version,
	release, and modification number.

__xlc__
	Indicates the level of the XL C compiler
	as a string displaying the version, release,
	modification, and fix level.

__xlC__
	Indicates the level of the XL C++ compiler
	as a three-digit hexadecimal constant,
	representing version, release, and
	modification number. Using the XL C
	compiler also automatically defines this macro.

-- 
Geoffroy Carrier