Re: lua_Chunkreader: tracking line numbers
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_Chunkreader: tracking line numbers
 
- From: Luiz Henrique de Figueiredo <lhf@...>
 
- Date: Thu, 1 Aug 2002 07:28:53 -0300
 
>How line numbers are handeled by lua_load and the chunk reader ?
Lua sees only the lines it receives. So, in your example, it will be 2 :-(
We'll see if this can be fixed easily before 5.0 alpha.
--lhf