From 7faa2287f696145c8f9b470d5f04099479822ea4 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 8 Nov 2009 06:58:38 +0100 Subject: Getting rid of more bytecode crap, and turning on debug mode. --- im/src/lua5/imlua_convert.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'im/src/lua5/imlua_convert.c') diff --git a/im/src/lua5/imlua_convert.c b/im/src/lua5/imlua_convert.c index c2c56d9..3c3f146 100755 --- a/im/src/lua5/imlua_convert.c +++ b/im/src/lua5/imlua_convert.c @@ -76,21 +76,5 @@ void imlua_open_convert (lua_State *L) { /* "im" table is at the top of the stack */ luaL_register(L, NULL, imconvert_lib); -#ifdef TEC_BIGENDIAN -#ifdef TEC_64 -#include "loh/im_convert_be64.loh" -#else -#include "loh/im_convert_be32.loh" -#endif -#else -#ifdef TEC_64 -#ifdef WIN64 -#include "loh/im_convert_le64w.loh" -#else -#include "loh/im_convert_le64.loh" -#endif -#else -#include "loh/im_convert.loh" -#endif -#endif +#include "clua/im_convert.clua" } -- cgit v1.2.3