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

Comparing ray/src/common/caldefn.c (file contents):
Revision 2.25 by greg, Sun Jul 29 22:10:45 2012 UTC vs.
Revision 2.26 by greg, Thu Jul 24 15:41:13 2014 UTC

# Line 142 | Line 142 | varset(                /* set a variable's value */
142              return;
143          }
144      }
145 +    if (ep1 != NULL && esupport&E_REDEFW) {
146 +        wputs(qname);
147 +        if (ep1->type == ':')
148 +            wputs(": reset constant expression\n");
149 +        else
150 +            wputs(": reset expression\n");
151 +    }
152                                          /* hand build definition */
153      ep1 = newnode();
154      ep1->type = assign;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines