]> granicus.if.org Git - php/commitdiff
add a comment
authorAndrey Hristov <andrey@php.net>
Wed, 1 Dec 2010 10:16:51 +0000 (10:16 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 1 Dec 2010 10:16:51 +0000 (10:16 +0000)
ext/mysqlnd/mysqlnd_debug.h

index 060b97c04d4e8d32cfe03f47bdfddb603574fca6..79b85fd26ce63eb73a5b07a1be5609bef551df74 100644 (file)
@@ -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