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

compiler change



ther have been many occasions when, looking at a compiled file,
it wold have been nice to know exactly how it had been compiled,
i.e. bcompl, tcopl, recompile, brecompile, and if the lattter, which
function were involved. i have fixed compile to do this.
the information will appear in the first fillcreated expression
on the compiled file, so you can do an infile and a read, and
find it out.

warren
-------
4-JUL-79 17:07:11,318;000000000000
Date:  4 JUL 1979 1707-PDT
From: TEITELMAN
To:   NEWLISP

fixed a bug relatng to loadfns folllowed by a loadfrom. file was
not getting noticed.

fixed editloadfns - tightened a check so that editor
would not ask you to loadfrom a file that it should
have known did not contain the given function.

-------