--- ray/src/cv/mgflib/parser.h 1995/05/11 21:48:42 1.25 +++ ray/src/cv/mgflib/parser.h 1995/11/29 16:45:13 1.27 @@ -79,8 +79,10 @@ extern unsigned mg_nunknown; /* count of unknown enti #define MG_EMEM 8 /* out of memory */ #define MG_ESEEK 9 /* file seek error */ #define MG_EBADMAT 10 /* bad material specification */ +#define MG_ELINE 11 /* input line too long */ +#define MG_ECNTXT 12 /* unmatched context close */ -#define MG_NERRS 11 +#define MG_NERRS 13 extern char *mg_err[MG_NERRS]; /* list of error messages */