Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514592
en ru br
ALT Linux repos
5.0: 2.1rel-alt2
4.1: 2.1rel-alt2
4.0: 2.1rel-alt2
3.0: 2.1pre2-alt1

Group :: Games/Strategy
RPM: stratagus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: stratagus-2.1-alt-gc.patch
Download


--- stratagus-040702/src/stratagus/script.c-	2004-06-27 02:38:18 +0400
+++ stratagus-040702/src/stratagus/script.c	2006-06-10 03:20:58 +0400
@@ -322,6 +335,9 @@ int LuaToBoolean(lua_State* l, int narg)
 */
 void CclGarbageCollect(int fast)
 {
+#if LUA_VERSION_NUM >= 501
+	(void) fast;
+#else
 	DebugPrint("Garbage collect (before): %d/%d\n" _C_
 		lua_getgccount(Lua) _C_ lua_getgcthreshold(Lua));
 
@@ -329,6 +344,7 @@ void CclGarbageCollect(int fast)
 
 	DebugPrint("Garbage collect (after): %d/%d\n" _C_
 		lua_getgccount(Lua) _C_ lua_getgcthreshold(Lua));
+#endif
 }
 
 /*............................................................................
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin