Ignore:
Timestamp:
10/21/11 09:14:45 (12 years ago)
Author:
ehuelsmann
Message:

Fix IRONCLAD compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/dump-form.lisp

    r13603 r13653  
    122122       (unless *prevent-fasl-circle-detection*
    123123         (assert (or (eq index t)
    124                      (fixnump object))))))))
     124                     (integerp object)))))))) ;; strictly this should be 'long'
    125125
    126126(declaim (ftype (function (cons stream) t) dump-cons))
Note: See TracChangeset for help on using the changeset viewer.