lua-users home
lua-l archive

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


> #ifdef LUA_OPNAMES
> extern const char *const luaP_opnames[];  /* opcode names */
> #endif

This already changed in 5.1. Now there is no conditional.

-- Roberto