1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* script.c (scm_compile_shell_switches): Dyke out debugging output

code.
This commit is contained in:
Jim Blandy 1997-04-24 02:32:05 +00:00
parent 448b8c5d2c
commit ebe2a6c136

View file

@ -779,8 +779,10 @@ scm_compile_shell_switches (int argc, char **argv)
{
SCM val = scm_cons (sym_begin, scm_list_reverse_x (tail, SCM_UNDEFINED));
#if 0
scm_write (val, SCM_UNDEFINED);
scm_newline (SCM_UNDEFINED);
#endif
return val;
}