From: andrey Date: Mon, 7 May 2012 11:55:40 +0000 (+0200) Subject: comment for the #else X-Git-Tag: php-5.5.0alpha1~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68536a41672ead2d2872af01af4d4167c47366c0;p=php comment for the #else --- diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h index d805178e26..3372e739aa 100644 --- a/ext/mysqlnd/mysqlnd_debug.h +++ b/ext/mysqlnd/mysqlnd_debug.h @@ -141,7 +141,7 @@ PHPAPI char * mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC); -#else +#else /* defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400)) */ static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} static inline void DBG_INF_FMT_EX(MYSQLND_DEBUG * dbg_obj, ...) {}