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:
parent
448b8c5d2c
commit
ebe2a6c136
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue