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

Comparing ray/src/common/vars.h (file contents):
Revision 2.10 by greg, Sat Jun 10 15:49:55 2023 UTC vs.
Revision 2.12 by greg, Sat Jun 7 05:09:45 2025 UTC

# Line 22 | Line 22 | extern int     NVARS;          /* total number of variables */
22  
23   extern VARIABLE vv[];           /* variable-value pairs */
24  
25 extern char     *progname;      /* global argv[0] from main */
26
25   extern int      nowarn;         /* global boolean to turn warnings off */
26  
27   /**** The rest is declared in loadvars.c ****/
# Line 57 | Line 55 | extern void    qualvalue(VARIABLE *vp);
55   extern void     strvalue(VARIABLE *vp);
56   extern void     intvalue(VARIABLE *vp);
57   extern void     fltvalue(VARIABLE *vp);
58 + extern int      singlevar(VARIABLE *vp);
59   extern void     printvars(FILE *fp);
60  
61   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines