lua-users home
lua-l archive

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


Can you try the following alternatives?

  #define NUM_OPCODES     (OP_VARARG+1)

  #define NUM_OPCODES     (cast(int, OP_VARARG) + 1)

-- Roberto