]> granicus.if.org Git - php/commitdiff
- Left debugging accidentally on...
authorJouni Ahto <jah@php.net>
Sun, 9 Jul 2000 10:30:52 +0000 (10:30 +0000)
committerJouni Ahto <jah@php.net>
Sun, 9 Jul 2000 10:30:52 +0000 (10:30 +0000)
ext/interbase/interbase.c

index 00bb57ed27c7d9ab090d2f92409ad33aa55de970..140caabffad3de5b90a3bd33d78b44755cbe2aa5 100644 (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):"")