[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: WGD at MIT-MC
- From: Glenn S. Burke <GSB at MIT-ML>
- Date: Sat, 21 Nov 81 21:14:00 GMT
- Cc: BUG-MACLISP at MIT-MC
- Original-date: 21 November 1981 16:14-EST
Date: 21 November 1981 15:37-EST
From: William G. Dubuque <WGD at MIT-MC>
Sender: BIL at MIT-MC
(array-dimension-n () (*array () T 1)) =>
.VAL 0; EROR%A+22>>PUSHJ P,UINT
Couldn't this at least do some error checking when *RSET = T ?
That error is coming from the arg checking, which is being performed
with internal (INHIBIT) interrupts inhibited. The fixnum check
should be moved out of the protected code.