[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: Robert Maas <REM at SU-AI>
- Date: Tue, 8 Jan 80 16:46:00 GMT
- Original-date: 08 Jan 1980 0846-PST
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...