diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 03:20:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 03:20:27 +0000 |
commit | 42a3debfe346a42152afc07a0ea592e455948062 (patch) | |
tree | ab0f6a54694103f425d2fef38e671abab025daf2 /share/numericdef | |
parent | 3f674e1b6a4e1a2c35965dfedc7644b2f45b0bdb (diff) | |
download | FreeBSD-src-42a3debfe346a42152afc07a0ea592e455948062.zip FreeBSD-src-42a3debfe346a42152afc07a0ea592e455948062.tar.gz |
Use -1 for CHAR_MAX instead of empty string as recommended by POSIX
Still not parsed in localeconv() in anycase
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/de_DE.ISO8859-1.src | 2 | ||||
-rw-r--r-- | share/numericdef/de_DE.ISO_8859-1.src | 2 | ||||
-rw-r--r-- | share/numericdef/fr_FR.ISO8859-1.src | 2 | ||||
-rw-r--r-- | share/numericdef/fr_FR.ISO_8859-1.src | 2 | ||||
-rw-r--r-- | share/numericdef/nl_NL.ISO8859-1.src | 2 | ||||
-rw-r--r-- | share/numericdef/nl_NL.ISO_8859-1.src | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/share/numericdef/de_DE.ISO8859-1.src b/share/numericdef/de_DE.ISO8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/de_DE.ISO8859-1.src +++ b/share/numericdef/de_DE.ISO8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF diff --git a/share/numericdef/de_DE.ISO_8859-1.src b/share/numericdef/de_DE.ISO_8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/de_DE.ISO_8859-1.src +++ b/share/numericdef/de_DE.ISO_8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF diff --git a/share/numericdef/fr_FR.ISO8859-1.src b/share/numericdef/fr_FR.ISO8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/fr_FR.ISO8859-1.src +++ b/share/numericdef/fr_FR.ISO8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF diff --git a/share/numericdef/fr_FR.ISO_8859-1.src b/share/numericdef/fr_FR.ISO_8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/fr_FR.ISO_8859-1.src +++ b/share/numericdef/fr_FR.ISO_8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF diff --git a/share/numericdef/nl_NL.ISO8859-1.src b/share/numericdef/nl_NL.ISO8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/nl_NL.ISO8859-1.src +++ b/share/numericdef/nl_NL.ISO8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF diff --git a/share/numericdef/nl_NL.ISO_8859-1.src b/share/numericdef/nl_NL.ISO_8859-1.src index 21af83e..0036ad3 100644 --- a/share/numericdef/nl_NL.ISO_8859-1.src +++ b/share/numericdef/nl_NL.ISO_8859-1.src @@ -8,5 +8,5 @@ # thousands_sep # grouping, separated by ; - +-1 # EOF |