From: Ulrich Drepper Date: Wed, 13 Feb 2002 08:47:01 +0000 (+0000) Subject: Define __LC_LAST. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4aa1b72210dd749259f6ed4414f7d674d29daf;p=thirdparty%2Fglibc.git Define __LC_LAST. --- diff --git a/include/locale.h b/include/locale.h index 4374792d14c..0877a487756 100644 --- a/include/locale.h +++ b/include/locale.h @@ -1,6 +1,9 @@ #ifndef _LOCALE_H #include +/* 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;