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

Comparing ray/src/common/object.h (file contents):
Revision 2.17 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 2.18 by greg, Fri Sep 23 19:04:52 2005 UTC

# Line 22 | Line 22 | extern "C" {
22   */
23  
24   typedef struct {
25        short  nsargs;                  /* # of string arguments */
26        short  nfargs;                  /* # of real arguments */
25          char  **sarg;                   /* string arguments */
26          RREAL  *farg;                   /* real arguments */
27 +        short  nsargs;                  /* # of string arguments */
28 +        short  nfargs;                  /* # of real arguments */
29   #ifdef  IARGS
30          short  niargs;                  /* # of integer arguments */
31          long  *iarg;                    /* integer arguments */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines