1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* ports.c: Changed preprocessor symbol DEBUG --> GUILE_DEBUG.

This commit is contained in:
Mikael Djurfeldt 1997-03-08 14:43:41 +00:00
parent fe57f6521f
commit fea6b4eaf2

View file

@ -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. */