[Midnightbsd-cvs] src [8432] trunk/include/xlocale/_ctype.h: use defined

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 17:14:48 EDT 2016


Revision: 8432
          http://svnweb.midnightbsd.org/src/?rev=8432
Author:   laffer1
Date:     2016-09-18 17:14:48 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
use defined

Modified Paths:
--------------
    trunk/include/xlocale/_ctype.h

Modified: trunk/include/xlocale/_ctype.h
===================================================================
--- trunk/include/xlocale/_ctype.h	2016-09-18 21:14:25 UTC (rev 8431)
+++ trunk/include/xlocale/_ctype.h	2016-09-18 21:14:48 UTC (rev 8432)
@@ -53,7 +53,7 @@
 #endif
 
 #ifndef _XLOCALE_INLINE
-#if __GNUC__ && !__GNUC_STDC_INLINE__
+#if defined(__GNUC__) && !defined(__GNUC_STDC_INLINE__)
 /* GNU89 inline has nonstandard semantics. */
 #define _XLOCALE_INLINE extern __inline
 #else



More information about the Midnightbsd-cvs mailing list