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

Comparing ray/src/common/calexpr.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:27 1989 UTC vs.
Revision 1.2 by greg, Mon Apr 10 22:06:37 1989 UTC

# Line 128 | Line 128 | register EPNODE  *epar;
128  
129      switch (epar->type) {
130  
131 + #if  defined(VARIABLE) || defined(FUNCTION)
132          case VAR:
133              varfree(epar->v.ln);
134              break;
135 + #endif
136              
137          case SYM:
138              freestr(epar->v.name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines