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:
parent
e17cba1666
commit
76764db164
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue