fix issue on Android 4
Created by: catwell
On Android 4 devices I get:
malformed number near '0xFFFFFFFF.0'
For some reason it looks like it cannot parse floating point hexadecimal numbers. This commit uses the decimal form like the non-Lua 5.3 file.