HomeFreeBSD

Centralize lua defines

Description

Centralize lua defines

We need to ensure that we defined Numbers as int64_t everywhere we
build for lua. Previously, we were compiling part of the code with
Numbers as int64_t and part as double. Move lua number definition to a
more-central location

Details

Provenance
impAuthored on
Parents
rS329856: lualoader: Use "local function x()" instead of "local x = function()"
Branches
Unknown
Tags
Unknown