rename ealloc to emalloc
This commit is contained in:
parent
2205930c37
commit
bf3e6753f3
3 changed files with 6 additions and 6 deletions
|
@ -188,7 +188,7 @@ limit(Bits *b, int k, Bits *fst)
|
|||
return 0;
|
||||
if (nt > maxt) {
|
||||
free(tarr);
|
||||
tarr = ealloc(nt * sizeof tarr[0]);
|
||||
tarr = emalloc(nt * sizeof tarr[0]);
|
||||
maxt = nt;
|
||||
}
|
||||
i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue