Re: error in ltablib.c ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: error in ltablib.c ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年2月24日 17:04:35 -0300
> I think that there is a problem in ltablib.c (from lua 5.1 final) at line
> 141.
Did you get any compilation errors?
> 'luaL_opt' and 'luaL_checkint' seem to be invalid symbols here; I suppose
> the correct line is
luaL_opt is a macro defined in lauxlib.h.
Have you modified ltablib.c?
--lhf