rename blocka to balloc
This commit is contained in:
parent
2d8b7a6baf
commit
60aacea0c3
4 changed files with 4 additions and 4 deletions
|
@ -273,7 +273,7 @@ extern Typ typ[NTyp];
|
|||
extern Ins insb[NIns], *curi;
|
||||
void diag(char *);
|
||||
void *alloc(size_t);
|
||||
Blk *blocka();
|
||||
Blk *balloc();
|
||||
void emit(int, int, Ref, Ref, Ref);
|
||||
void emiti(Ins);
|
||||
int bcnt(Bits *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue