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

Comparing ray/src/common/rterror.h (file contents):
Revision 3.1 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 3.2 by schorsch, Mon Jul 14 22:23:59 2003 UTC

# Line 5 | Line 5
5  
6   #ifndef _RAD_RTERROR_H_
7   #define _RAD_RTERROR_H_
8 +
9 + #include <errno.h>
10 +
11   #ifdef __cplusplus
12   extern "C" {
13   #endif
14  
12 #include <errno.h>
15                                  /* error codes */
16   #define  WARNING        0               /* non-fatal error */
17   #define  USER           1               /* fatal user-caused error */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines