/* EDLOAD.C 15-AUG-1985 14:11 Brian Nelson */ /* */ /* Load screen editor overlay from call from the main command loop */ /* At screen editor edit, reload main command loop code and simply */ /* return. Done for the PDP-11 version, which was in trouble due */ /* to the 16 bit address space. This fools th task builder and */ /* works as long as there is no volatile local data that needs */ /* to be preserved. */ #include "sysdef.h" /* */ /* Copyright Notice */ /* */ /* */ /* C version Copyright (C) 1984 Change Software, Inc. */ /* Copyright (C) 1978 1979 1980 1981 1982 1983 1984 1985 */ /* Change Software, Inc. */ /* */ /* */ /* This software is furnished under a license and may */ /* be used and copied only in accordance with the */ /* terms of such license and with the inclusion of */ /* the above copyright notice. This software or any */ /* other copies thereof may not be provided or other- */ /* wise made available to any other person. No title */ /* to and ownership of the software is hereby trans- */ /* ferred. */ /* */ ldvtedit() { vtedit() ; ldedit() ; } tederror(s) char *s; { xprintf("%s\n",s); }