diff --git a/include/system.h b/include/system.h index 60437f0bc..3906e68e4 100644 --- a/include/system.h +++ b/include/system.h @@ -571,12 +571,6 @@ E int FDECL(atoi, (const char *)); #if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET) #include "nhlua.h" - -#if defined(WIN32) -#define LUA_INTCAST(i) ((int) i) -#else -#define LUA_INTCAST(i) (i) #endif -#endif /* !CROSSCOMPILE || CROSSCOMPILE_TARGET */ #endif /* SYSTEM_H */