[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: HIC@MIT-AI
- Date: Thu ,23 Mar 79 07:41:36 EDT
New ADJUST-ARRAY-SIZE was using %P-CONTENTS-AS-LOCATIVE to follow
DTP-HEADER-FOWARD's in arrays. The screw with this is that %P-C-A-L
also followed DTP-HEADER-FOWARD's so that if the origional array pointed to
a header-forward adjust-array-size would pick up the array header instead
of the contents of the fowarding pointer. Temporarily, I made
this loop do a %P-LDB to get the pointer, and did (SETQ ARRAY ARRAY)
to cause fowarding to happen. This should be looked into by the "experts".
--Howard (and RG)