1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

remove a change that shouldn't have slipped in.

This commit is contained in:
Gary Houston 1996-08-23 06:46:51 +00:00
parent e17cba1666
commit 76764db164

View file

@ -193,7 +193,7 @@ scm_open_file (filename, modes)
port = scm_mkfile (SCM_ROCHARS (filename), SCM_ROCHARS (modes));
if (port == SCM_BOOL_F) {
SCM_SYSERROR1 (s_open_file);
SCM_SYSERROR (s_open_file);
/* Force the compiler to keep filename and modes alive. */
scm_cons (filename, modes);
}