From db259452f64ea4ccccd39d9c1ee2dff82a5b358f Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 12 Jun 1992 05:41:05 +0000 Subject: [PATCH] Use C:BACKEND-FEATUREP instead of TARGET-FEATUREP. --- tools/worldcom.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index d7731b4ed..5d61dc5b4 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.41 1992/06/12 04:00:49 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.42 1992/06/12 05:41:05 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -101,10 +101,10 @@ (comf "target:code/mipsstrops") (comf "target:code/unix") -(when (target-featurep :mach) +(when (c:backend-featurep :mach) (comf "target:code/mach") (comf "target:code/mach-os")) -(when (target-featurep :sunos) +(when (c:backend-featurep :sunos) (comf "target:code/sunos-os")) (when (c:backend-featurep :pmax) -- GitLab