Author: fperrad
Date: Tue Apr 3 03:40:28 2007
New Revision: 17956
Modified:
trunk/languages/lua/pmc/luaany.pmc
Log:
[Lua]
- fix build : update invoke prototype
Modified: trunk/languages/lua/pmc/luaany.pmc
==============================================================================
--- trunk/languages/lua/pmc/luaany.pmc (original)
+++ trunk/languages/lua/pmc/luaany.pmc Tue Apr 3 03:40:28 2007
@@ -226,7 +226,7 @@
=cut
*/
- void* invoke(void* next) {
+ opcode_t* invoke(void* next) {
PMC *meth = find_meth(INTERP, SELF, "__call");
if (meth != NULL) {
/* fix me */