[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua: compilation failure on TinyCC, probably cause: Lua non compliant usage of sizeof
- From: Andrew Gierth <andrew@...>
- Date: Fri, 22 May 2020 15:46:04 +0100
>>>>> "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.