- Left debugging accidentally on...

This commit is contained in:
Jouni Ahto 2000-07-09 10:30:52 +00:00
parent ccb216ce49
commit af343ca8a1

View File

@ -55,10 +55,10 @@ A lot... */
#define SQL_DIALECT_CURRENT 1
#endif
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
/*
#define IBDEBUG(a)
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
*/
#define IBDEBUG(a)
#define SAFE_STRING(s) ((s)?(s):"")