Changeset 4998


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

MACHINE-VERSION: conditionalize on :DARWIN-TARGET (not :DARWINPPC-TARGET).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/misc.lisp

    r4831 r4998  
    4646  (or *machine-version*
    4747      (setq *machine-version*
    48             #+darwinppc-target
     48            #+darwin-target
    4949            (block darwin-machine-version
    5050              (%stack-block ((mib 8))
Note: See TracChangeset for help on using the changeset viewer.