* libc/include/langinfo.h: Fix #endif positioning.

This commit is contained in:
Corinna Vinschen 2010-04-30 14:58:28 +00:00
parent df95ee39b4
commit be129c26e2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-04-30 Corinna Vinschen <corinna@vinschen.de>
* libc/include/langinfo.h: Fix #endif positioning.
2010-04-28 Corinna Vinschen <corinna@vinschen.de>
Extend locale support to maintain wide char values of native strings

View file

@ -303,11 +303,12 @@ enum __nl_item
/* This MUST be the last entry since it's used to check for an array
index in nl_langinfo(). */
_NL_LOCALE_EXTENDED_LAST_ENTRY
};
#endif /* __HAVE_LOCALE_INFO_EXTENDED__ */
#endif /* __HAVE_LOCALE_INFO__ */
};
__BEGIN_DECLS
char *nl_langinfo(nl_item);
__END_DECLS