]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add _NL_CTYPE_TOUPPER32_EB, _NL_CTYPE_TOLOWER32_EB,
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:20:53 +0000 (07:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:20:53 +0000 (07:20 +0000)
_NL_CTYPE_TOUPPER32_EL, and _NL_CTYPE_TOLOWER32_EL.

locale/langinfo.h

index b36db8784e7915ec2a196b1bab0e86b38f315576..8a4c5f6bae90922bc645901dd31769cfc4d4640f 100644 (file)
@@ -1,5 +1,5 @@
 /* Access to locale-dependent parameters.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000 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
@@ -209,6 +209,10 @@ enum
   _NL_CTYPE_CODESET_NAME,
   CODESET = _NL_CTYPE_CODESET_NAME,
 #define CODESET                        CODESET
+  _NL_CTYPE_TOUPPER32_EB,
+  _NL_CTYPE_TOLOWER32_EB,
+  _NL_CTYPE_TOUPPER32_EL,
+  _NL_CTYPE_TOLOWER32_EL,
   _NL_NUM_LC_CTYPE,
 
   /* LC_MONETARY category: formatting of monetary quantities.