]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __LC_LAST.
authorUlrich Drepper <drepper@redhat.com>
Wed, 13 Feb 2002 08:47:01 +0000 (08:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 13 Feb 2002 08:47:01 +0000 (08:47 +0000)
include/locale.h

index 4374792d14cfb5c52f764205c56ab50554abe067..0877a487756a2ed73f601c5413e557a47822d13b 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef        _LOCALE_H
 #include <locale/locale.h>
 
+/* This has to be changed whenever a new locale is defined.  */
+#define __LC_LAST      13
+
 /* Locale object for C locale.  */
 extern struct __locale_struct _nl_C_locobj;