From e9f48e6b174cfaff4a411b782d1fe63f7df49851 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 16 Jun 2005 20:42:42 +0000 Subject: [PATCH] 0.9.1.50: enable callback tests on x86 --- tests/callback.impure.lisp | 5 +++-- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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" -- 1.7.10.4