summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-12-01 10:16:51 +0000
committerAndrey Hristov <andrey@php.net>2010-12-01 10:16:51 +0000
commit4adcc3c7bca23ae4f5424ca2ea613e087bfbbe53 (patch)
tree9add77e03f631fc95b13a7c04a8b57ad622615b7
parent4c76006fe353f649ffe3a079e09a9e16413ca3d9 (diff)
downloadphp-git-4adcc3c7bca23ae4f5424ca2ea613e087bfbbe53.tar.gz
add a comment
-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 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