diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-04-30 14:58:28 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-04-30 14:58:28 +0000 |
commit | be129c26e2144ba97518217d91f1d695e32217a5 (patch) | |
tree | 7f421a9df4102dffa098678f340ad49eb9d1ca65 /newlib/libc/include/langinfo.h | |
parent | df95ee39b4798d39935d645d30474fb9c4abd0e4 (diff) | |
download | cygnal-be129c26e2144ba97518217d91f1d695e32217a5.tar.gz cygnal-be129c26e2144ba97518217d91f1d695e32217a5.tar.bz2 cygnal-be129c26e2144ba97518217d91f1d695e32217a5.zip |
* libc/include/langinfo.h: Fix #endif positioning.
Diffstat (limited to 'newlib/libc/include/langinfo.h')
-rw-r--r-- | newlib/libc/include/langinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/include/langinfo.h b/newlib/libc/include/langinfo.h index 542e43843..9040adeff 100644 --- a/newlib/libc/include/langinfo.h +++ b/newlib/libc/include/langinfo.h @@ -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 |