lua-users home
lua-l archive

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


Hi Joseph

That is a snippet from my code that triggers the error.

The problem arises beause of Lua definition of MAX_SIZE

I wrote a second post just now, with my findings - corroborated by Lorenzo - and a possible patch to Lua llimits.h.

Thanks for your attention, M


On Fri, 22 May 2020 at 00:06, Joseph C. Sible <josephcsible@gmail.com> wrote:
On Thu, May 21, 2020 at 5:16 PM Massimo Sala <massimo.sala.71@gmail.com> wrote:
>
>> #if defined(PTRDIFF_MAX) && (PTRDIFF_MAX < MAX_SIZE)
>

Where exactly in the Lua codebase do you see that line?

Joseph C. Sible