|
Gergely BOROMISSZA wrote:
Hi!I’ve found some bugs and minors in Lua source while developing. Maybe it would be useful for others as well.
<snip>
luaconf.h
<snip>
595: change double u member to LUA_NUMBER in the union (I think)
Changes in luaconf.h are usually implemented as: #undef LUA_NUMBER_SCAN #define LUA_NUMBER_SCAN blah_lah_blah in the domain/user specific change area at the bottom of luaconf.h Ralph