From 3f69477b44cd6adfd916962f240bef714f522f11 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 14 Aug 2010 22:25:56 +0000 Subject: SWORD25: Portability fixes. Now compiles and runs under Linux. svn-id: r53240 --- engines/sword25/util/lua/lbaselib.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sword25/util/lua') diff --git a/engines/sword25/util/lua/lbaselib.c b/engines/sword25/util/lua/lbaselib.c index 8b461d998b..8f97a1c246 100644 --- a/engines/sword25/util/lua/lbaselib.c +++ b/engines/sword25/util/lua/lbaselib.c @@ -27,10 +27,6 @@ ** model but changing `fputs' to put the strings at a proper place ** (a console window or a log file, for instance). */ -// ----------------------------------------------------------------------------- -// BS25 -// Aufruf der BS25 Log-Funktion -// ----------------------------------------------------------------------------- static int luaB_print (lua_State *L) { int n = lua_gettop(L); /* number of arguments */ int i; -- cgit v1.2.3