|
From: John L. <jr...@us...> - 2006-05-02 22:46:57
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23730/wxLua/modules/wxlua/include Modified Files: wxlstate.h Log Message: rename coroutine tracking functions luaX_ to wxLua_lua_ to make them more obvious slight cleanup otherwise Index: wxlstate.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlstate.h,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** wxlstate.h 20 Apr 2006 01:10:58 -0000 1.43 --- wxlstate.h 2 May 2006 22:46:53 -0000 1.44 *************** *** 426,430 **** // wxLua lua Registry Table Functions ! // create a reference to the object at index iParam in the Lua index int tinsert(int iParam); // push onto the top of the stack the object referenced by iReference --- 426,430 ---- // wxLua lua Registry Table Functions ! // create a reference to the object at index iParam in the Lua stack int tinsert(int iParam); // push onto the top of the stack the object referenced by iReference |