Use defined() to test macro definitions.

Approved by:	theraven
This commit is contained in:
Dmitry Sivachenko 2012-11-14 17:44:37 +00:00
parent 5cf7ec13f7
commit 40455cf3af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243032

View file

@ -53,7 +53,7 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
#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