openbsd-ports/lang/sbcl/patches/patch-src_compiler_ir1util_lisp
pirofti b49caa5621 Update SBCL to version 1.0.31 from MAINTAINER (Josh Elsasser).
Highlights:
	- amd64 support
	- bootstraping works with clisp
2009-11-17 10:44:59 +00:00

16 lines
537 B
Plaintext

$OpenBSD: patch-src_compiler_ir1util_lisp,v 1.1 2009/11/17 10:45:00 pirofti Exp $
Clisp 2.43 chokes on this declaration.
--- src/compiler/ir1util.lisp.orig Wed Jun 17 13:03:36 2009
+++ src/compiler/ir1util.lisp Mon Jun 29 08:22:24 2009
@@ -429,7 +429,7 @@
(lvar-dynamic-extent it)))
(defun flushable-combination-p (call)
- (declare (combination call))
+ (declare (type combination call))
(let ((kind (combination-kind call))
(info (combination-fun-info call)))
(when (and (eq kind :known) (fun-info-p info))