[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bug tracker
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 28 Dec 2004 14:09:50 -0200
> #ifdef LUA_OPNAMES
> extern const char *const luaP_opnames[]; /* opcode names */
> #endif
This already changed in 5.1. Now there is no conditional.
-- Roberto