| # | Line 192 | Line 192 | extern int verbose; | |
|---|---|---|
| 192 | extern char *emalloc(unsigned int n); | |
| 193 | extern char *ecalloc(unsigned int ne, unsigned int n); | |
| 194 | extern char *erealloc(char *cp, unsigned int n); | |
| 195 | < | extern void efree(char *cp); |
| 195 | > | extern void efree(char *cp); |
| 196 | > | |
| 197 | > | #define getGroupID(sc,nm) findName(nm, (const char **)(sc)->grpname, (sc)->ngrps) |
| 198 | > | #define getMaterialID(sc,nm) findName(nm, (const char **)(sc)->matname, (sc)->nmats) |
| 199 | ||
| 200 | #define CHUNKSIZ 128 /* object allocation chunk size */ | |
| 201 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |