Re: make c89 broken in 5.4.3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: make c89 broken in 5.4.3
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2021年4月10日 10:08:10 -0300
> The C89 build mode has been broken since commit
> 2bfa13e520e53210b96ead88f49a9ca20c5a5d18 (Fri Feb 5 11:00:28 2021 -0300)
> due to the unfortunate introduction of two // comments:
>
> // low-level line tracing for debugging Lua
> // printf("line: %d\n", luaG_getfuncline(cl->p, pcRel(pc, cl->p)));
Thanks for the report.
-- Roberto