| # | Line 3278 | Line 3278 | and return one of the non-zero values from "parser.h" | |
|---|---|---|
| 3278 | #define MG_ESEEK 9 /* file seek error */ | |
| 3279 | #define MG_EBADMAT 10 /* bad material specification */ | |
| 3280 | #define MG_ELINE 11 /* input line too long */ | |
| 3281 | + | #define MG_ECNTXT 12 /* unmatched context close */ |
| 3282 | ||
| 3283 | < | #define MG_NERRS 12 |
| 3283 | > | #define MG_NERRS 13 |
| 3284 | .DE | |
| 3285 | If it is inappropriate to send output to standard error, the calling | |
| 3286 | program should use the routines listed under | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |