[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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 > .)