| # | Line 216 | Line 216 | extern void efree(char *cp); | |
|---|---|---|
| 216 | ||
| 217 | #define chunk_alloc(typ, arr, nold) \ | |
| 218 | ((nold)&(CHUNKSIZ-1) ? (arr) : \ | |
| 219 | < | (typ *)erealloc((char *)(arr), sizeof(typ)*((nold)+CHUNKSIZ))) |
| 219 | > | (typ *)erealloc(arr, sizeof(typ)*((nold)+CHUNKSIZ))) |
| 220 | ||
| 221 | #ifdef __cplusplus | |
| 222 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |