Page MenuHomeFreeBSD

Fix -Wundef warnings when building liblua
ClosedPublic

Authored by arichardson on Aug 6 2020, 5:54 PM.
Tags
None
Referenced Files
F81988912: D25977.id.diff
Wed, Apr 24, 5:23 AM
Unknown Object (File)
Mar 10 2024, 7:09 PM
Unknown Object (File)
Mar 10 2024, 7:02 PM
Unknown Object (File)
Mar 10 2024, 6:58 PM
Unknown Object (File)
Mar 7 2024, 9:11 PM
Unknown Object (File)
Mar 7 2024, 2:38 PM
Unknown Object (File)
Jan 9 2024, 12:28 AM
Unknown Object (File)
Jan 6 2024, 11:51 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32816
Build 30231: arc lint + arc unit

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.