mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
This commit is contained in:
parent
fea6b4eaf2
commit
f843a84c09
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ scm_print_options (setting)
|
|||
|
||||
static SCM print_state_pool;
|
||||
|
||||
#if 1 /* Used for debugging purposes */
|
||||
#ifdef GUILE_DEBUG /* Used for debugging purposes */
|
||||
SCM_PROC(s_current_pstate, "current-pstate", 0, 0, 0, scm_current_pstate);
|
||||
|
||||
SCM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue