[Scummvm-cvs-logs] CVS: residual/lua lua.h,1.4,1.5

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Dec 25 11:35:01 CET 2004


Update of /cvsroot/scummvm/residual/lua
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23020

Modified Files:
	lua.h 
Log Message:
clenaup a bit

Index: lua.h
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/lua.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lua.h	25 Dec 2004 18:23:07 -0000	1.4
+++ lua.h	25 Dec 2004 19:34:08 -0000	1.5
@@ -26,11 +26,12 @@
 typedef struct lua_State lua_State;
 extern lua_State *lua_state;
 
-typedef int (*SaveRestoreCallback)(int, int, void (*)(void *, int));
+typedef void (*SaveRestoreFunc)(void *, int);
+typedef int (*SaveRestoreCallback)(int, int, SaveRestoreFunc);
+
 extern SaveRestoreCallback saveCallback;
 extern SaveRestoreCallback restoreCallback;
 
-typedef void (*SaveRestoreFunc)(void *, int);
 void lua_Save(SaveRestoreFunc);
 void lua_Restore(SaveRestoreFunc);
 





More information about the Scummvm-git-logs mailing list