rename ealloc to emalloc

This commit is contained in:
Quentin Carbonneaux 2015-10-08 14:05:13 -04:00
parent 2205930c37
commit bf3e6753f3
3 changed files with 6 additions and 6 deletions

View file

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