Change mon_decimal_point from "." to "" (N/A>) as it is specified by POSIX for

POSIX locale.
This commit is contained in:
Andrey A. Chernov 2001-03-03 21:03:15 +00:00
parent 0787f2b854
commit 54e3bc256e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static char numempty[] = { CHAR_MAX, '\0'};
static const struct lc_monetary_T _C_monetary_locale = {
empty , /* int_curr_symbol */
empty , /* currency_symbol */
"." , /* mon_decimal_point */
empty , /* mon_decimal_point */
empty , /* mon_thousands_sep */
numempty , /* mon_grouping */
empty , /* positive_sign */