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.8 by greg, Mon Jun 5 16:09:55 2023 UTC vs.
Revision 2.9 by greg, Fri Jun 9 22:52:47 2023 UTC

# Line 28 | Line 28 | extern int     nowarn;         /* global boolean to turn warnings
28  
29   /**** The rest is declared in loadvars.c ****/
30  
31 extern VARIABLE *matchvar();
32 extern char     *nvalue();
33
31   #define UPPER(c)        ((c)&~0x20)     /* ASCII trick */
32  
33   #define vnam(vc)        (vv[vc].name)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines