mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
comment for the #else
This commit is contained in:
parent
9927cc5f4b
commit
68536a4167
1 changed files with 1 additions and 1 deletions
|
@ -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, ...) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue