Changeset 11663


Ignore:
Timestamp:
02/18/09 12:12:21 (14 years ago)
Author:
Mark Evenson
Message:

Patch CLISP build as per http://trac.common-lisp.net/armedbear/changeset/11660.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.13.x/abcl/build-abcl.lisp

    r11556 r11663  
    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.