[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: calling from C to Lua to C and back to Lua?
- From: Markus Klotzbuecher <markus.klotzbuecher@...>
- Date: Thu, 26 Apr 2012 14:37:10 +0200
Dear List,
Is the following permitted:
Calling from C into Lua (using pcall), which in turn calls a C
function that then calls back into the same Lua (pcall again)?
The only information I could find is the following (which suggests it
is OK):
http://article.gmane.org/gmane.comp.lang.lua.general/14661/match=recursive+pcall+lua
Thank you in advance!
Markus