From: Nikodemus Siivola Date: Thu, 16 Jun 2005 20:42:42 +0000 (+0000) Subject: 0.9.1.50: enable callback tests on x86 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e9f48e6b174cfaff4a411b782d1fe63f7df49851;p=sbcl.git 0.9.1.50: enable callback tests on x86 --- diff --git a/tests/callback.impure.lisp b/tests/callback.impure.lisp index f1b1783..82b033d 100644 --- a/tests/callback.impure.lisp +++ b/tests/callback.impure.lisp @@ -13,8 +13,9 @@ (in-package :cl-user) -;;; callbacks only on ppc/darwin currently -#-darwin (quit :unix-status 104) +;;; callbacks only on a few platforms +#-(or darwin x86) +(quit :unix-status 104) ;;; simple callback for a function diff --git a/version.lisp-expr b/version.lisp-expr index a5e8de2..cea0dac 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.1.49" +"0.9.1.50"