]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix -Wundef warnings when building liblua
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 25 Aug 2020 13:30:34 +0000 (13:30 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 24 Jan 2021 03:43:26 +0000 (21:43 -0600)
commit12139a196aca6701dd096f373742e0f97735597c
tree0c51625d34e7fd3b2706e52a805435478d245daa
parentbd98a274d0edbf596c40435335a37282adaebdb0
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).

(cherry picked from commit 0c54932d50a0cbffdd083bf6b2e8d587902f90c9)
contrib/lua/src/luaconf.h.dist
lib/liblua/luaconf.h