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

@ -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 *);