[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GLS at SU-AI, RPG at SU-AI
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Mon, 17 Jul 78 14:18:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 17 JUL 1978 1018-EDT
I installed a new SYS:NLISP and COMPLR[NEW,LSP] on SAIL. The new NLISP
has EOPEN function which will handle E files correctly. In the compiler,
I have SETPLIST'ed OPEN to EOPEN's plist and that seems to win grossly.
I wrote EOPEN so that it only hacks ASCII, DSK, IN files. Therefore, it should
be substitutable for OPEN. I have substituted it internally
for INCLUDE, expr LOAD, and UREAD and this seems to win. The new compiler
reads E files with no barfaage. Please report any bugs.
RPG: Also note that you have used NOARGS T in a decalre in EDIT.113
This function no longer exists.
Have fun!!
--howard