From be129c26e2144ba97518217d91f1d695e32217a5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 30 Apr 2010 14:58:28 +0000 Subject: [PATCH] * libc/include/langinfo.h: Fix #endif positioning. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/langinfo.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index aa7885711..7d60fcce3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2010-04-30 Corinna Vinschen + + * libc/include/langinfo.h: Fix #endif positioning. + 2010-04-28 Corinna Vinschen Extend locale support to maintain wide char values of native strings 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