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

Oops. Add types for :DECODING-ERROR and :ENCODING-ERROR keyword

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