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.24 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.25 by schorsch, Sat Jun 7 12:50:20 2003 UTC

# Line 21 | Line 21 | extern "C" {
21   #include  "platform.h"
22   #include  "mat4.h"
23  
24 +
25 + #ifndef NULL
26 + #define NULL 0
27 + #endif
28 +
29                                  /* regular transformation */
30   typedef struct {
31          MAT4  xfm;                              /* transform matrix */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines