aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/luaconf.h b/luaconf.h
index afc1b8b5..bd394650 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -87,6 +87,11 @@
87#endif 87#endif
88 88
89 89
90#if defined(LUA_USE_C89) && defined(LUA_USE_POSIX)
91#error "Posix is not compatible with C89"
92#endif
93
94
90/* 95/*
91@@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits. 96@@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits.
92*/ 97*/