ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/parser.h
(Generate patch)

Comparing ray/src/cv/mgflib/parser.h (file contents):
Revision 1.26 by greg, Wed Nov 8 09:40:26 1995 UTC vs.
Revision 1.27 by greg, Wed Nov 29 16:45:13 1995 UTC

# Line 80 | Line 80 | extern unsigned        mg_nunknown;            /* count of unknown enti
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 + #define MG_ECNTXT       12              /* unmatched context close */
84  
85 < #define MG_NERRS        12
85 > #define MG_NERRS        13
86  
87   extern char     *mg_err[MG_NERRS];      /* list of error messages */
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines