get rid of LUA_INTCAST defines

This commit is contained in:
nhmall
2019-11-29 17:40:58 -05:00
parent 453745701f
commit e13e166620

View File

@@ -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 */