omission in lua_yield docs
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: omission in lua_yield docs
- From: John Belmonte <john@...>
- Date: 2012年5月26日 22:40:18 -0400
I noticed that the lua_yield / yieldk docs in 5.1 and 5.2 don't define
the return value of the function. (If I understand correctly it's the
number of arguments placed on the stack by lua_resume.)