[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 beta in AIX using cc 4.4
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 29 Nov 2005 10:23:56 -0200
> When building the Lua 5.1 beta in AIX using C for AIX, the
> compiler complains about the definition of NUM_OPCODES in "lopcodes.h".
What is exact error message from the compiler?
> But, isn't easier to simply define it inside the enum?
No because then the compiler might issue a warning for switches on
Instructions, saying that NUM_OPCODES is not handled.
--lhf