rename ealloc to emalloc
This commit is contained in:
parent
2205930c37
commit
bf3e6753f3
3 changed files with 6 additions and 6 deletions
|
@ -289,7 +289,7 @@ void dumpts(Bits *, Tmp *, FILE *);
|
|||
extern Typ typ[NTyp];
|
||||
extern Ins insb[NIns], *curi;
|
||||
void diag(char *);
|
||||
void *ealloc(size_t);
|
||||
void *emalloc(size_t);
|
||||
void *alloc(size_t);
|
||||
void freeall(void);
|
||||
Blk *balloc(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue