From 3a137ca0a746e80208da62493892695a2e8fe51b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 10 Jun 2010 18:32:29 +0200 Subject: Removing luaiup from lua-interface-light. --- src/lua-interface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lua-interface.cpp b/src/lua-interface.cpp index d05b95a..a72b366 100644 --- a/src/lua-interface.cpp +++ b/src/lua-interface.cpp @@ -363,9 +363,9 @@ int sLua_baselua_interface::baselua_interface_proceed_statics(Lua * L, int n, in luacd_init(L); } else if ((filename == "luapsx") && (luapsx_init != NULL)) { luapsx_init(L); -#endif } else if ((filename == "luaiup") && (luaiup_init != NULL)) { luaiup_init(L); +#endif #endif } else { LuaLoadPlugin(filename, L); @@ -839,10 +839,10 @@ void autoload_exports(Lua * L) { luacd_init(L); if (luapsx_init) luapsx_init(L); -#endif if (luaiup_init) luaiup_init(L); #endif +#endif } virtual int startup() throw (GeneralException) { -- cgit v1.2.3