diff --git a/external/mit/lua/dist/src/luaconf.h b/external/mit/lua/dist/src/luaconf.h index 7e14ad8d5..333658423 100644 --- a/external/mit/lua/dist/src/luaconf.h +++ b/external/mit/lua/dist/src/luaconf.h @@ -751,7 +751,7 @@ ** without modifying the main part of the file. */ -#ifdef __NetBSD__ +#if defined(__NetBSD__) || defined(__minix) /* Integer types */ #undef LUA_INTEGER @@ -812,7 +812,7 @@ #endif /* _KERNEL */ -#endif /* __NetBSD__ */ +#endif /* __NetBSD__ || __minix */ #endif