]> granicus.if.org Git - php/commitdiff
fix ZEND_DEBUG usage
authorAnatol Belski <ab@php.net>
Fri, 25 Apr 2014 20:33:28 +0000 (22:33 +0200)
committerAnatol Belski <ab@php.net>
Fri, 25 Apr 2014 20:33:28 +0000 (22:33 +0200)
phpdbg_watch.c

index 9ee580ca0bdf308bf0fd7454b8dd8c5f2098c100..0359b5a7deb5f6c17e3e9147019a83f371a45206 100644 (file)
@@ -702,7 +702,7 @@ remove_ht_watch:
                                }
                                case WATCH_ON_HASHTABLE:
 
-#ifdef ZEND_DEBUG
+#if ZEND_DEBUG
                                        if (watch->addr.ht->inconsistent) {
                                                phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);
                                                zend_hash_del(&PHPDBG_G(watchpoints), watch->str, watch->str_len);