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

Comparing ray/src/meta/mgvars.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 6 | Line 6
6   *
7   *     Greg Ward Larson
8   */
9 + #ifndef _RAD_MGVARS_H_
10 + #define _RAD_MGVARS_H_
11  
12 + #include <errno.h>
13 +
14 + #ifdef __cplusplus
15 + extern "C" {
16 + #endif
17 +
18   /*
19   *  Data arrays are used to store point data.
20   */
# Line 102 | Line 110 | extern VARIABLE  *vlookup();
110  
111   extern double  varvalue(), funvalue();
112  
105 extern int  errno;
106
113   #define  mgclear(vname)         undefine(vlookup(vname))
114 +
115 +
116 + #ifdef __cplusplus
117 + }
118 + #endif
119 + #endif /* _RAD_MGVARS_H_ */
120 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines