lua-users home
lua-l archive

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


> -  ls->decpoint = getlocaledecpoint();
> +  ls->decpoint = '.';

Instead of patching the Lua source, add this at the end of luaconf.h:

#define getlocaledecpoint() '.'