OSDN Git Service

Correct another _BEGIN_C_DECLS imbalance error.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 17 Mar 2016 21:29:29 +0000 (21:29 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 17 Mar 2016 21:29:29 +0000 (21:29 +0000)
mingwrt/ChangeLog
mingwrt/include/wchar.h

index 3abaa4e..a6607fa 100644 (file)
@@ -1,3 +1,10 @@
+2016-03-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct another _BEGIN_C_DECLS imbalance error.
+
+       * include/wchar.h (_BEGIN_C_DECLS): One misplaced, superfluous, and
+       unbalanced instance deleted; one correctly balanced instance remains.
+
 2016-03-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Support installation of headers with empty parts directory.
index 038fe83..35aa20b 100644 (file)
@@ -200,7 +200,7 @@ _CRTIMP wchar_t* __cdecl __MINGW_NOTHROW _wfullpath (wchar_t*, const wchar_t*, s
  * replacement library function.
  *
  */
-_BEGIN_C_DECLS
+
 
 /* Wide character string functions must be specified here, as required
  * by the ISO-C Standard; however, MSVC contravenes this standard by also