diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-19 23:44:54 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-19 23:44:54 +0000 |
commit | a7008c8e9dec89809ff552c117a008f49faf72b4 (patch) | |
tree | 9148c9fc31b1b8ee5a4c41cfedec36d40f58daca /locale | |
parent | acea899bcb4ca903f778b7d90d0fbea9b93dda7a (diff) | |
download | glibc-a7008c8e9dec89809ff552c117a008f49faf72b4.tar glibc-a7008c8e9dec89809ff552c117a008f49faf72b4.tar.gz glibc-a7008c8e9dec89809ff552c117a008f49faf72b4.tar.bz2 glibc-a7008c8e9dec89809ff552c117a008f49faf72b4.zip |
Updated to fedora-glibc-20041219T2331
Diffstat (limited to 'locale')
-rw-r--r-- | locale/langinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/langinfo.h b/locale/langinfo.h index 6d7c25c6c2..15ff950bd5 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -1,5 +1,5 @@ /* Access to locale-dependent parameters. - Copyright (C) 1995-2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -128,9 +128,9 @@ enum MON_12, #define MON_12 MON_12 - AM_STR, /* Ante meridian string. */ + AM_STR, /* Ante meridiem string. */ #define AM_STR AM_STR - PM_STR, /* Post meridian string. */ + PM_STR, /* Post meridiem string. */ #define PM_STR PM_STR D_T_FMT, /* Date and time format for strftime. */ @@ -205,8 +205,8 @@ enum _NL_WMON_11, _NL_WMON_12, - _NL_WAM_STR, /* Ante meridian string. */ - _NL_WPM_STR, /* Post meridian string. */ + _NL_WAM_STR, /* Ante meridiem string. */ + _NL_WPM_STR, /* Post meridiem string. */ _NL_WD_T_FMT, /* Date and time format for strftime. */ _NL_WD_FMT, /* Date format for strftime. */ |