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

[no subject]



Aha, another clue... I fixed NEQ to use EQUAL instead of =, and then got
;UNBOUND NONNUMERIC VALUE
Running the code interpreted after running it compiled in same core image
managed to evoke a brand new error message.  Apparantly there's another
place in my program where I do (GET 'HASHTABLE 'ARRAY) to see if the array
is defined, but then don't check (ARRAYDIMS 'HASHTABLE) to be sure isn't
a DUMMY-ARRAY put there by compiled code!  I finally have a clue to what
might really be wrong...