Re: llex.c: make MAXSRC configurable
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: llex.c: make MAXSRC configurable
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年12月26日 10:17:13 -0200
> While LUA_IDSIZE value can be configured via luaconf.h, MAXSRC can not,
> therefore one has to modify llex.c. Could it be changed in Lua 5.2 (or
> in Lua 5.1.5)?
Yes, Lua 5.2 will use LUA_IDSIZE instead of MAXSRC in llex.c.