From: Ulrich Drepper Date: Thu, 22 May 1997 15:45:37 +0000 (+0000) Subject: _nl_current has LC_ALL + 1 elements. X-Git-Tag: cvs/libc-2_0_4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b280740cccfd3ab7ddf43952dbca9a3ae44a6ce;p=thirdparty%2Fglibc.git _nl_current has LC_ALL + 1 elements. --- diff --git a/locale/localeinfo.h b/locale/localeinfo.h index 018220f6df4..f7ab9df726f 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -96,7 +96,7 @@ extern const struct locale_data *_nl_current_##category; extern const char *const _nl_category_names[LC_ALL + 1]; extern const size_t _nl_category_name_sizes[LC_ALL + 1]; -extern const struct locale_data * *const _nl_current[LC_ALL]; +extern const struct locale_data * *const _nl_current[LC_ALL + 1]; /* Name of the standard locale. */ extern const char _nl_C_name[];