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.25 by greg, Thu May 11 21:48:42 1995 UTC vs.
Revision 1.26 by greg, Wed Nov 8 09:40:26 1995 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines