Changeset 11660


Ignore:
Timestamp:
02/15/09 21:25:34 (14 years ago)
Author:
ehuelsmann
Message:

Fix our lisp based build for CLISP 2.47 (and hopefully from there onwards).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build-abcl.lisp

    r11556 r11660  
    107107    (cond ((numberp status)
    108108           status)
    109           ((eq status t)
     109          ((or (eq status t) (null status)) ;; clisp 2.47 returns NIL on success
    110110           0)
    111111          (t
Note: See TracChangeset for help on using the changeset viewer.