Skip to content
Snippets Groups Projects
Commit 65d644f1 authored by rtoy's avatar rtoy
Browse files

Add :DECODING-ERROR and :ENCODING-ERROR keywords to OPEN function.

parent 275f6bf1
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.143 2010/03/19 15:19:00 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.144 2010/07/03 14:13:57 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1096,6 +1096,8 @@ ...@@ -1096,6 +1096,8 @@
(:mapped boolean) (:mapped boolean)
(:input-handle (or null fixnum stream)) (:input-handle (or null fixnum stream))
(:output-handle (or null fixnum stream)) (:output-handle (or null fixnum stream))
:decoding-error
:encoding-error
&allow-other-keys) &allow-other-keys)
(or stream null) (or stream null)
() ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment