From fea6b4eaf2528b3fa99a0676e10360c78dd174fe Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 8 Mar 1997 14:43:41 +0000 Subject: [PATCH] * ports.c: Changed preprocessor symbol DEBUG --> GUILE_DEBUG. --- libguile/ports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/ports.c b/libguile/ports.c index ead831023..4aeb1d6a2 100644 --- a/libguile/ports.c +++ b/libguile/ports.c @@ -299,7 +299,7 @@ scm_remove_from_port_table (port) scm_port_table_size--; } -#ifdef DEBUG +#ifdef GUILE_DEBUG /* Undocumented functions for debugging. */ /* Return the number of ports in the table. */