rename blocka to balloc

This commit is contained in:
Quentin Carbonneaux 2015-10-05 17:34:26 -04:00
parent 2d8b7a6baf
commit 60aacea0c3
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ alloc(size_t n)
}
Blk *
blocka()
balloc()
{
static Blk z;
Blk *b;