Changeset 4991


Ignore:
Timestamp:
Aug 22, 2006, 12:47:07 AM (18 years ago)
Author:
Gary Byers
Message:

Some DARWINPPC-TARGET conditionals really want to be DARWIN-TARGET.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-cfm-support.lisp

    r4864 r4991  
    434434        (when (or (not lose) (not win)) (return)))))
    435435
    436 ;;; end darwinppc-target
     436;;; end darwin-target
    437437
    438438
     
    585585)
    586586
    587 #-(or linux-target darwinppc-target freebsd-target)
     587#-(or linux-target darwin-target freebsd-target)
    588588(defun shlib-containing-entry (entry &optional name)
    589589  (declare (ignore entry name))
Note: See TracChangeset for help on using the changeset viewer.