[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JPG at MIT-MC (Jeffrey P. Golden)
- Date: Mon, 12 Jun 78 08:19:00 GMT
- Cc: JLK at MIT-MC
- Original-date: 12 JUN 1978 0419-EDT
From: CFFK@MIT-MC
Date: Thu, 6 Oct 78 20:46:48 GMT
Original-Date: 06/10/78 16:46:48 EDT
Subject:
If FOO FASL is the compilation of
(DECLARE (FLONUM ($F) ($G FLONUM))) (DEFUN $F NIL ($G 3.0))
Then (LOADFILE(FOO,FASL),F()); ==> ;(LISTIFY NIL) NOT INSIDE LEXPR/LSUBR
instead of saying that G is undefined.
But UUF-INTERPRETER is an LSUBR and the call is to (LISTIFY N) where
N is a fixnum, probably 0. (UUF-INTERPRETER is part of the MACSYMA
UNDF-FNCTN handler, defined in JPG;SUPRV > .)