From: Andrey Hristov Date: Wed, 1 Dec 2010 10:16:51 +0000 (+0000) Subject: add a comment X-Git-Tag: php-5.3.4RC2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4adcc3c7bca23ae4f5424ca2ea613e087bfbbe53;p=php add a comment --- diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h index 060b97c04d..79b85fd26c 100644 --- a/ext/mysqlnd/mysqlnd_debug.h +++ b/ext/mysqlnd/mysqlnd_debug.h @@ -135,7 +135,7 @@ static inline void DBG_ENTER_EX(MYSQLND_DEBUG * dbg_obj, const char * const func #define DBG_RETURN_EX(dbg_obj, value) return (value) #define DBG_VOID_RETURN_EX(dbg_obj) return -#endif +#endif /* defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400)) */ #if MYSQLND_DBG_ENABLED == 1