lua-users home
lua-l archive

Re: Building Lua on Android under Terminal-IDE

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> [...] 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

AltStyle によって変換されたページ (->オリジナル) /