rename valloc and balloc

valloc is actually a POSIX function that
prevents compilation on some systems.
This commit is contained in:
Quentin Carbonneaux 2015-10-13 17:20:44 -04:00
parent eee9afb88e
commit 96fab80240
4 changed files with 10 additions and 10 deletions

View file

@ -421,7 +421,7 @@ rega(Fn *fn)
pmgen();
if (curi == insb)
continue;
b1 = balloc();
b1 = bnew();
b1->loop = (b->loop+s->loop) / 2;
b1->link = blist;
blist = b1;