sync with mit plan 9 version

This commit is contained in:
rsc 2007-04-21 19:40:55 +00:00
parent 33433b3fde
commit 27d2809820
28 changed files with 456 additions and 371 deletions

View file

@ -976,7 +976,6 @@ ltreewalk(int *p, uchar *score)
else
p = &cibuf[*p].left;
}
return nil; /* stupid 8c */
}
void
@ -1024,7 +1023,6 @@ haveclump(uchar *score)
else
p = cibuf[p].left;
}
return 0; /* stupid 8c */
}
int