Changeset 13603
- Timestamp:
- 09/20/11 18:01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/dump-form.lisp
r13602 r13603 121 121 (t 122 122 (unless *prevent-fasl-circle-detection* 123 (assert (eq index t))))))) 123 (assert (or (eq index t) 124 (fixnump object)))))))) 124 125 125 126 (declaim (ftype (function (cons stream) t) dump-cons))
Note: See TracChangeset
for help on using the changeset viewer.