]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix -Wundef warnings when building liblua
authorarichardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:34 +0000 (13:30 +0000)
committerarichardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:34 +0000 (13:30 +0000)
commit464df865f8cd7ca5cbac905d3c20ea4011437c85
tree21b6a77ec450db54e8bc40e81da22b46ee7dfafa
parent49bc27fbc699c11ed9e2f1617015666a29a3ff62
Fix -Wundef warnings when building liblua

We need to define the LUA_FLOAT_INT64 macro even if we don't use it (copied
from stand/luaconf.h). While touching luaconf.h.dist also sync it with the
the 5.3.5 release version (matches the one in lib/liblua).

Reviewed By: kevans
Differential Revision: https://reviews.freebsd.org/D25977
contrib/lua/src/luaconf.h.dist
lib/liblua/luaconf.h