Changeset 14627
- Timestamp:
- Feb 1, 2011, 8:34:22 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/dumplisp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/dumplisp.lisp
r14608 r14627 101 101 :application-type application-type))) 102 102 (when native 103 #+(or darwinx8632-target darwin -x8664-target) (setq fd (- fd))104 #-(or darwinx8632-target darwin -x8664-target)103 #+(or darwinx8632-target darwinx8664-target) (setq fd (- fd)) 104 #-(or darwinx8632-target darwinx8664-target) 105 105 (progn 106 106 (warn "native image support not available, ignoring ~s option." :native)))
Note:
See TracChangeset
for help on using the changeset viewer.
