get rid of LUA_INTCAST defines
This commit is contained in:
@@ -571,12 +571,6 @@ E int FDECL(atoi, (const char *));
|
|||||||
|
|
||||||
#if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET)
|
#if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET)
|
||||||
#include "nhlua.h"
|
#include "nhlua.h"
|
||||||
|
|
||||||
#if defined(WIN32)
|
|
||||||
#define LUA_INTCAST(i) ((int) i)
|
|
||||||
#else
|
|
||||||
#define LUA_INTCAST(i) (i)
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* !CROSSCOMPILE || CROSSCOMPILE_TARGET */
|
|
||||||
|
|
||||||
#endif /* SYSTEM_H */
|
#endif /* SYSTEM_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user