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:
parent
fe57f6521f
commit
fea6b4eaf2
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue