Fix lua
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:
parent
9624407e7a
commit
9f81acbc21
4
external/mit/lua/dist/src/luaconf.h
vendored
4
external/mit/lua/dist/src/luaconf.h
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user