K 10 svn:author V 3 imp K 8 svn:date V 27 2018-01-26T17:56:20.585292Z K 7 svn:log V 270 Gross hack to omit printing hex floating point when the lua number type is int64. While lua is setup for the representation, it's not setup to properly print the numbers as ints. This is the least-gross way around that, and won't affect the bootloader where we do this. END