made to fit on PDP-11 again, and some other minor mods

This commit is contained in:
ceriel
1988-04-13 18:37:45 +00:00
parent 9f4469d798
commit 1da83e161b
9 changed files with 90 additions and 93 deletions

View File

@@ -236,7 +236,6 @@ do_SYSTEM()
*/
static char systemtext[] = SYSTEMTEXT;
open_scope(CLOSEDSCOPE);
EnterType("WORD", word_type);
EnterType("BYTE", byte_type);
EnterType("ADDRESS",address_type);
@@ -245,7 +244,6 @@ do_SYSTEM()
fatal("could not insert text");
}
DefModule();
close_scope(SC_CHKFORW);
}
#ifdef DEBUG