aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/btree/bt_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/btree/bt_debug.c')
-rwxr-xr-xdb1-ast/btree/bt_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/btree/bt_debug.c b/db1-ast/btree/bt_debug.c
index 3aefbe762..443f2bf99 100755
--- a/db1-ast/btree/bt_debug.c
+++ b/db1-ast/btree/bt_debug.c
@@ -38,6 +38,7 @@
static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
+#ifdef DEBUG
#include <sys/param.h>
#include <stdio.h>
@@ -47,7 +48,6 @@ static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#include <db.h>
#include "btree.h"
-#ifdef DEBUG
/*
* BT_DUMP -- Dump the tree
*