projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f7f85
)
Add a missing :suppress-errors keyword for WRITE defknown.
author
Stas Boukarev
<stassats@gmail.com>
Mon, 10 Jun 2013 18:54:55 +0000
(22:54 +0400)
committer
Stas Boukarev
<stassats@gmail.com>
Mon, 10 Jun 2013 18:54:55 +0000
(22:54 +0400)
src/compiler/fndb.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/fndb.lisp
b/src/compiler/fndb.lisp
index
c35e93a
..
de4ce88
100644
(file)
--- a/
src/compiler/fndb.lisp
+++ b/
src/compiler/fndb.lisp
@@
-1110,7
+1110,8
@@
(:lines (or unsigned-byte null))
(:right-margin (or unsigned-byte null))
(:miser-width (or unsigned-byte null))
- (:pprint-dispatch t))
+ (:pprint-dispatch t)
+ (:suppress-errors t))
t
(any explicit-check)
:derive-type #'result-type-first-arg)