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.12 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.13 by greg, Mon Sep 15 17:01:52 2003 UTC

# Line 11 | Line 11 | extern "C" {
11   typedef struct {
12          char  *funame;                  /* function name */
13          int  flags;                     /* type flags */
14 + #ifdef FUN_ARGLIST
15 +        int  (*funp)(FUN_ARGLIST);      /* pointer to function */
16 + #else
17          int  (*funp)();                 /* pointer to function */
18 + #endif
19   }  FUN;
20                                  /* object types in decreasing frequency */
21   #define  OBJ_FACE       0               /* polygon */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines