mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Turn off debugging output in scm_compile_shell_switches.
This commit is contained in:
parent
f12ef3fda6
commit
53e82297cd
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ scm_compile_shell_switches (int argc, char **argv)
|
||||||
{
|
{
|
||||||
SCM val = scm_cons (sym_begin, tail);
|
SCM val = scm_cons (sym_begin, tail);
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
scm_write (val, SCM_UNDEFINED);
|
scm_write (val, SCM_UNDEFINED);
|
||||||
scm_newline (SCM_UNDEFINED);
|
scm_newline (SCM_UNDEFINED);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue