lua-users home
lua-l archive

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


>>>>> "Massimo" == Massimo Sala <massimo.sala.71@gmail.com> writes:

 Massimo> Hi Joseph
 Massimo> That is a snippet from my code that triggers the error.

 Massimo> The problem arises beause of Lua definition of MAX_SIZE

MAX_SIZE isn't part of the Lua API, you're not supposed to care what
it's defined as.

-- 
Andrew.