simplified 'tes' mechanism

This commit is contained in:
ceriel
1991-01-31 15:17:04 +00:00
parent 2a852dcff1
commit ae5dded36f
7 changed files with 17 additions and 63 deletions

View File

@@ -172,16 +172,6 @@ oldnum(lp) num_p lp; {
oldcore((short *) lp,sizeof(num_t));
}
lblst_p newlblst() {
return((lblst_p) newcore(sizeof(lblst_t)));
}
oldlblst(lbp) lblst_p lbp; {
oldcore((short *) lbp, sizeof(lblst_t));
}
offset *newrom() {
return((offset *) newcore(MAXROM*sizeof(offset)));