diff options
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | */ |
