[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Date: 30 April 1981 02:03-EST
    From: Kent M. Pitman <KMP at MIT-MC>

    (FILLARRAY 'NON-ARRAY NIL)
    ;Loading BLTARRAY 2
    ;NIL G3ZB""G((-*D...

    Why is BLTARRAY loaded here but not for (FILLARRAY 'NON-ARRAY '(NIL))
    and why does NIL show up in the error message here instead of NON-ARRAY
    which appears in the other case.
When an unusual value for the array is given to FILLARRAY, then the possibility
exists that it may be a file object, so that is why BLTARRAY is loaded.  Of
course it finds out that none of its cases are applicable either, so ...
Maybe FILLARRAY could check more before autloading.