Re: Lua 5.1 beta in AIX using cc 4.4
[
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: Roberto Ierusalimschy <roberto@...>
- Date: 2005年11月29日 10:26:18 -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".
Complains about what?
> But, isn't easier to simply define it inside the enum?
Then other compilers will complain that the switch in lvm.c does not
handle that case...
-- Roberto