summaryrefslogtreecommitdiff
path: root/iup/srclua5/il_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srclua5/il_text.c')
-rwxr-xr-xiup/srclua5/il_text.c25
1 files changed, 2 insertions, 23 deletions
diff --git a/iup/srclua5/il_text.c b/iup/srclua5/il_text.c
index f3751f2..f654d2c 100755
--- a/iup/srclua5/il_text.c
+++ b/iup/srclua5/il_text.c
@@ -1,5 +1,5 @@
/******************************************************************************
- * Automatically generated file (iuplua5). Please don't change anything. *
+ * Automatically generated file (iuplua5). Please don t change anything. *
*****************************************************************************/
#include <stdlib.h>
@@ -51,28 +51,7 @@ int iuptextlua_open(lua_State * L)
iuplua_register_cb(L, "ACTION", (lua_CFunction)text_action, "text");
iuplua_register_cb(L, "VALUECHANGED_CB", (lua_CFunction)text_valuechanged_cb, NULL);
-#ifdef IUPLUA_USELOH
-#ifdef TEC_BIGENDIAN
-#ifdef TEC_64
-#include "loh/text_be64.loh"
-#else
-#include "loh/text_be32.loh"
-#endif
-#else
-#ifdef TEC_64
-#ifdef WIN64
-#include "loh/text_le64w.loh"
-#else
-#include "loh/text_le64.loh"
-#endif
-#else
-#include "loh/text.loh"
-#endif
-#endif
-#else
- iuplua_dofile(L, "text.lua");
-#endif
-
+#include "clua/text.clua"
return 0;
}