As reported by Jean-Baptiste Boric, lua would refuse to start,
throwing an error about incompatibility of numeric types.

This resolves #160.

Change-Id: I5cd6c3b2a35c7023946e4d14d4feedaaecb956fb
This commit is contained in:
David van Moolenbroek 2017-05-08 11:53:38 +00:00
parent 9624407e7a
commit 9f81acbc21

View File

@ -751,7 +751,7 @@
** without modifying the main part of the file. ** without modifying the main part of the file.
*/ */
#ifdef __NetBSD__ #if defined(__NetBSD__) || defined(__minix)
/* Integer types */ /* Integer types */
#undef LUA_INTEGER #undef LUA_INTEGER
@ -812,7 +812,7 @@
#endif /* _KERNEL */ #endif /* _KERNEL */
#endif /* __NetBSD__ */ #endif /* __NetBSD__ || __minix */
#endif #endif