X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcallback.impure.lisp;h=8dd89d739c1d5d328b71ba604c3cba2a27108fa7;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=747ccf27c9476ac65344a6a4c652c3c3cd4fecf4;hpb=175c318c892b0627b36fa3c4db66f59680242204;p=sbcl.git diff --git a/tests/callback.impure.lisp b/tests/callback.impure.lisp index 747ccf2..8dd89d7 100644 --- a/tests/callback.impure.lisp +++ b/tests/callback.impure.lisp @@ -14,7 +14,7 @@ (in-package :cl-user) ;;; callbacks only on a few platforms -#-(or darwin x86) +#-(or (and ppc darwin) x86) (quit :unix-status 104) ;;; simple callback for a function