Ease slightly making Lua with C89

This commit is contained in:
Roberto Ierusalimschy
2024-11-15 11:43:32 -03:00
parent 8a4419b119
commit ee6a4cd1ec
2 changed files with 8 additions and 1 deletions

View File

@@ -87,6 +87,11 @@
#endif
#if defined(LUA_USE_C89) && defined(LUA_USE_POSIX)
#error "Posix is not compatible with C89"
#endif
/*
@@ LUAI_IS32INT is true iff 'int' has (at least) 32 bits.
*/