| # | Line 79 | Line 79 | extern unsigned mg_nunknown; /* count of unknown enti | |
|---|---|---|
| 79 | #define MG_EMEM 8 /* out of memory */ | |
| 80 | #define MG_ESEEK 9 /* file seek error */ | |
| 81 | #define MG_EBADMAT 10 /* bad material specification */ | |
| 82 | + | #define MG_ELINE 11 /* input line too long */ |
| 83 | ||
| 84 | < | #define MG_NERRS 11 |
| 84 | > | #define MG_NERRS 12 |
| 85 | ||
| 86 | extern char *mg_err[MG_NERRS]; /* list of error messages */ | |
| 87 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |