0.9.1.50: enable callback tests on x86
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 16 Jun 2005 20:42:42 +0000 (20:42 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 16 Jun 2005 20:42:42 +0000 (20:42 +0000)
tests/callback.impure.lisp
version.lisp-expr

index f1b1783..82b033d 100644 (file)
@@ -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
 
index a5e8de2..cea0dac 100644 (file)
@@ -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"