mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
(scm_compile_shell_switches): Removed debugging output.
This commit is contained in:
parent
1ec44fed86
commit
436be13ae8
1 changed files with 0 additions and 3 deletions
|
@ -553,9 +553,6 @@ scm_compile_shell_switches (int argc, char **argv)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
scm_shell_usage (1, "missing argument to `-e' switch");
|
scm_shell_usage (1, "missing argument to `-e' switch");
|
||||||
|
|
||||||
scm_display (entry_point, SCM_UNDEFINED);
|
|
||||||
scm_newline (SCM_UNDEFINED);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (! strcmp (argv[i], "-ds")) /* do script here */
|
else if (! strcmp (argv[i], "-ds")) /* do script here */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue