summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
diff options
context:
space:
mode:
authorandrey <andrey@php.net>2012-05-07 13:55:40 +0200
committerandrey <andrey@php.net>2012-05-07 13:55:40 +0200
commit68536a41672ead2d2872af01af4d4167c47366c0 (patch)
treea6ddda5742c92d3bb3b3ca7db21f8673e231bbbb /ext/mysqlnd/mysqlnd_debug.h
parent9927cc5f4b0e626e601d542b0b50e82c54650ac8 (diff)
downloadphp-git-68536a41672ead2d2872af01af4d4167c47366c0.tar.gz
comment for the #else
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r--ext/mysqlnd/mysqlnd_debug.h2
1 files changed, 1 insertions, 1 deletions
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, ...) {}