[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: WGD at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Mon, 19 Jan 81 21:59:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 19 JAN 1981 1659-EST
Date: 18 January 1981 02:02-EST
From: William G. Dubuque <WGD at MIT-MC>
The function STRING-PNPUT uses CHECK-TYPE and yet the STRING package
does not make sure that CHECK-TYPE is around when doing a STRING-PNPUT.
. . . I put the necessary eval-when
form into the STRING package and this is fixed on
Problem was actually a faulty complr -- the ERRCK package should be pre-loaded.
Indeed, the current COMPLR and XCOMPLR have it, but apparently the COMPLR
of Dec 23 (when the previous STRING was compiled) didn't.