* print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 8 Mar 1997 14:45:01 +0000 (14:45 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 8 Mar 1997 14:45:01 +0000 (14:45 +0000)
libguile/print.c

index e156226..6a7ae85 100644 (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