|
> [...] Also, another change I did is modifying llex.c to hardcode > ls->decpoint = '.'. There is a macro to allow that change without modifing the source code. Couldn't you use it? #define l_getlocaledecpoint() '.' (You can add that #define in luaconf.h or even through -D.) -- Roberto