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

Comparing ray/src/common/otypes.h (file contents):
Revision 2.14 by greg, Fri Nov 21 07:15:29 2003 UTC vs.
Revision 2.15 by schorsch, Sun Mar 28 20:33:12 2004 UTC

# Line 21 | Line 21 | typedef struct {
21   #ifdef FUN_ARGLIST
22   extern int  o_default(FUN_ARGLIST);
23   #else
24 < extern int  o_default();
24 > extern int  o_default(); /* XXX conflict with radogl.h */
25   #endif
26 +
27 + /* extern void initotypes(void);*/ /* XXX don't mess with the linker... */
28 +
29                                  /* object types in decreasing frequency */
30   #define  OBJ_FACE       0               /* polygon */
31   #define  OBJ_CONE       1               /* cone */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines