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_image.c | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'im/src/lua5/imlua_image.c') diff --git a/im/src/lua5/imlua_image.c b/im/src/lua5/imlua_image.c index 40b1e9c..55dcc82 100755 --- a/im/src/lua5/imlua_image.c +++ b/im/src/lua5/imlua_image.c @@ -1063,21 +1063,5 @@ void imlua_open_image (lua_State *L) /* "im" table is at the top of the stack */ createmeta(L); luaL_register(L, NULL, imimage_lib); -#ifdef TEC_BIGENDIAN -#ifdef TEC_64 -#include "loh/im_image_be64.loh" -#else -#include "loh/im_image_be32.loh" -#endif -#else -#ifdef TEC_64 -#ifdef WIN64 -#include "loh/im_image_le64w.loh" -#else -#include "loh/im_image_le64.loh" -#endif -#else -#include "loh/im_image.loh" -#endif -#endif +#include "clua/im_image.clua" } -- cgit v1.2.3