Add a missing :suppress-errors keyword for WRITE defknown.
authorStas Boukarev <stassats@gmail.com>
Mon, 10 Jun 2013 18:54:55 +0000 (22:54 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 10 Jun 2013 18:54:55 +0000 (22:54 +0400)
src/compiler/fndb.lisp

index c35e93a..de4ce88 100644 (file)
      (: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)