socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,

not SCM_UNSPECIFIED
This commit is contained in:
Gary Houston 1997-05-13 04:56:21 +00:00
commit 0267051bad

View file

@ -1,5 +1,8 @@
Tue May 13 04:34:52 1997 Gary Houston <ghouston@actrix.gen.nz> Tue May 13 04:34:52 1997 Gary Houston <ghouston@actrix.gen.nz>
* socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,
not SCM_UNSPECIFIED.
* script.c (scm_compile_shell_switches): don't append (quit) if * script.c (scm_compile_shell_switches): don't append (quit) if
interactive. interactive.
(scm_shell): call scm_exit_status and exit on the result of the (scm_shell): call scm_exit_status and exit on the result of the