1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Turn off debugging output in scm_compile_shell_switches.

This commit is contained in:
Marius Vollmer 2001-11-06 12:53:22 +00:00
parent f12ef3fda6
commit 53e82297cd

View file

@ -665,7 +665,7 @@ scm_compile_shell_switches (int argc, char **argv)
{
SCM val = scm_cons (sym_begin, tail);
#if 1
#if 0
scm_write (val, SCM_UNDEFINED);
scm_newline (SCM_UNDEFINED);
#endif