


;;; datatype trap handler had LEFT and RIGHT reversed
;;; they were both coming from A) but the LEFT had the type bits bahsed to zero ...
;;; the result of a (ALU SETR NOP A0 A0 BW-24 DT-BOTH-FIXNUM) testing a bignum for MINUSP


;;; &KEY handling of entry points was all wrong for MEMBER and probably others compiled ages ago ..

;;; compiler macro expands DO, DO* and friends
;;; but there is no version to run on the K

;; added VECTOR-PUSH-EXTEND  to the PACKAGE-DEFINITIONS ARRAY-IMPORTS list
;; (what a pain in the ass: if this import does not appear in LI:
;; when the file calling VECTOR-PUSH-EXTEND is compiled
;; the K will not array:VECTOR-PUSH-EXTEND when it tries to call it
;; it will be looking for li:VECTOR-PUSH-EXTEND
;; lose lose lose
;; --pfc