Checking in Martin's changes.

This commit is contained in:
em
1985-01-17 14:10:27 +00:00
parent f4fe5f16e9
commit 48edb88fe6
8 changed files with 39 additions and 31 deletions

View File

@@ -41,8 +41,8 @@ List *l;
phase1()
{
/* copy all offloaded blocks */
Linerecord *lr, *lf,*lr2;
int blksize;
Linerecord *lr, *lf;
long blksize;
lf= lr= firstline;
blksize= lr->codelines;