A Lua 5.1.5 question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: A Lua 5.1.5 question
- From: Dibyendu Majumdar <mobile@...>
- Date: 2015年4月19日 22:13:55 +0100
Hi,
I am trying to make Coco work with Lua 5.3, but as Coco is written
against 5.1.5 I am having difficulty porting, My question is this:
What is the difference between L->base (i 5.1.5) and L->ci.u.l.base
(in 5.3)? Is L->base just a copy of the base stack position of the
current function?
Thanks and Regards
Dibyendu