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

Comparing ray/src/common/standard.h (file contents):
Revision 2.9 by gregl, Tue Nov 11 19:53:29 1997 UTC vs.
Revision 2.10 by gregl, Fri Nov 14 12:31:06 1997 UTC

# Line 44 | Line 44 | typedef struct {
44   extern int  eputs(), wputs();   /* standard error output functions */
45  
46                                  /* error codes */
47 < #define  WARNING        1               /* non-fatal error */
48 < #define  USER           2               /* fatal user-caused error */
49 < #define  SYSTEM         3               /* fatal system-related error */
50 < #define  INTERNAL       4               /* fatal program-related error */
51 < #define  CONSISTENCY    5               /* bad consistency check, abort */
52 < #define  COMMAND        6               /* interactive error */
53 < #define  NERRS          7
47 > #define  WARNING        0               /* non-fatal error */
48 > #define  USER           1               /* fatal user-caused error */
49 > #define  SYSTEM         2               /* fatal system-related error */
50 > #define  INTERNAL       3               /* fatal program-related error */
51 > #define  CONSISTENCY    4               /* bad consistency check, abort */
52 > #define  COMMAND        5               /* interactive error */
53 > #define  NERRS          6
54                                  /* error struct */
55   extern struct erract {
56          char    pre[16];                /* prefix message */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines