From 65d644f14ca3c3c5c99e8a33a25b66a682d51f91 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sat, 3 Jul 2010 14:13:57 +0000 Subject: [PATCH] Add :DECODING-ERROR and :ENCODING-ERROR keywords to OPEN function. --- compiler/fndb.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 38b094807..075903f87 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -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.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 @@ (:mapped boolean) (:input-handle (or null fixnum stream)) (:output-handle (or null fixnum stream)) + :decoding-error + :encoding-error &allow-other-keys) (or stream null) () -- GitLab