Changeset 11663
- Timestamp:
- 02/18/09 12:12:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.13.x/abcl/build-abcl.lisp
r11556 r11663 107 107 (cond ((numberp status) 108 108 status) 109 (( eq status t)109 ((or (eq status t) (null status)) ;; clisp 2.47 returns NIL on success 110 110 0) 111 111 (t
Note: See TracChangeset
for help on using the changeset viewer.