[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug report: Luac -l incompatible with LUAI_ASSERT
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 3 Sep 2021 18:29:08 -0300
> If you compile luac with -DLUAI_ASSERT then `luac -l <file>` will no longer work.
Thanks for the report.
For the time being, add this line at the top of luac.c:
#undef LUAI_ASSERT