Page MenuHomeFreeBSD

Fix -Wundef warnings when building liblua
ClosedPublic

Authored by arichardson on Aug 6 2020, 5:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 7, 6:25 PM
Unknown Object (File)
Tue, Mar 4, 2:46 PM
Unknown Object (File)
Dec 13 2024, 10:27 PM
Unknown Object (File)
Nov 4 2024, 6:32 AM
Unknown Object (File)
Nov 4 2024, 6:32 AM
Unknown Object (File)
Nov 4 2024, 6:32 AM
Unknown Object (File)
Nov 4 2024, 6:08 AM
Unknown Object (File)
Oct 24 2024, 4:23 PM
Subscribers
None

Details

Summary

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).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arichardson created this revision.

It's interesting, the luaconf.h used in lualoader *does* have these two definitions, and somehow the luaconf.h I hacked up for flua ended up with one but not the other?

Odd, but LGTM.

This revision is now accepted and ready to land.Aug 25 2020, 12:29 PM
This revision was automatically updated to reflect the committed changes.