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

[no subject]



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