mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix windows build
- there should be no trailing white spaces after \ in multiline macros
This commit is contained in:
parent
bf01548967
commit
6071bfb325
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ PHPAPI char * mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC);
|
|||
if ((dbg_obj2)) { \
|
||||
dbg_skip_trace = !(dbg_obj2)->m->func_enter((dbg_obj2), __LINE__, __FILE__, func_name, strlen(func_name)); \
|
||||
} \
|
||||
if (dbg_skip_trace); /* shut compiler's mouth */\
|
||||
if (dbg_skip_trace); /* shut compiler's mouth */\
|
||||
do { \
|
||||
if (((dbg_obj1) && (dbg_obj1)->flags & MYSQLND_DEBUG_PROFILE_CALLS) || \
|
||||
((dbg_obj2) && (dbg_obj2)->flags & MYSQLND_DEBUG_PROFILE_CALLS)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue