1
Fork 0
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:
Mikael Djurfeldt 1997-03-08 14:45:01 +00:00
parent fea6b4eaf2
commit f843a84c09

View file

@ -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