diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-18 16:25:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-18 16:25:42 +0000 |
commit | 643e9936eb83f4c7431072ab60a207de35d382f1 (patch) | |
tree | a67a2e604b705db5bcda8deb69776ec0e8405655 /locale/locale.h | |
parent | 5491da0dfa50a969aca174742c64e114fe068af4 (diff) | |
download | glibc-643e9936eb83f4c7431072ab60a207de35d382f1.tar glibc-643e9936eb83f4c7431072ab60a207de35d382f1.tar.gz glibc-643e9936eb83f4c7431072ab60a207de35d382f1.tar.bz2 glibc-643e9936eb83f4c7431072ab60a207de35d382f1.zip |
Update.
1999-11-18 Ulrich Drepper <drepper@cygnus.com>
* locale/programs/locale.c: Don't handle LC_ALL together with the
other categories when printing the value.
Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
* locale/locale.h: Correct comment about LC_ALL.
Diffstat (limited to 'locale/locale.h')
-rw-r--r-- | locale/locale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/locale.h b/locale/locale.h index 628a9c6dd5..8942d28cad 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -31,7 +31,7 @@ __BEGIN_DECLS /* These are the possibilities for the first argument to setlocale. - The code assumes that LC_ALL is the highest value, and zero the lowest. */ + The code assumes that the lowest LC_* symbol has the value zero. */ #define LC_CTYPE 0 #define LC_NUMERIC 1 #define LC_TIME 2 |