rename misleading define

This commit is contained in:
Popa Adrian Marius 2014-08-28 18:20:28 +03:00
parent 9f1b68eda5
commit e41754b7d8

View File

@ -35,8 +35,7 @@
#define IB_STATUS (IBG(status))
/* XXX ZEND_DEBUG_ is misleading, it should be something like IBASE_DEBUG. */
#ifdef ZEND_DEBUG_
#ifdef IBASE_DEBUG
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
#endif