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.26 by greg, Fri Mar 17 18:27:18 2023 UTC vs.
Revision 2.27 by greg, Mon Jun 23 19:56:47 2025 UTC

# Line 24 | Line 24 | extern "C" {
24   typedef struct {
25          char  **sarg;                   /* string arguments */
26          RREAL  *farg;                   /* real arguments */
27 <        short  nsargs;                  /* # of string arguments */
28 <        short  nfargs;                  /* # of real arguments */
27 >        int  nsargs;                    /* # of string arguments */
28 >        int  nfargs;                    /* # of real arguments */
29   #ifdef  IARGS
30 <        short  niargs;                  /* # of integer arguments */
30 >        int  niargs;                    /* # of integer arguments */
31          long  *iarg;                    /* integer arguments */
32   #endif
33   }  FUNARGS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines