rename valloc and balloc
valloc is actually a POSIX function that prevents compilation on some systems.
This commit is contained in:
parent
eee9afb88e
commit
96fab80240
4 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue