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 1.6 by greg, Thu Jul 19 13:09:22 1990 UTC vs.
Revision 1.7 by greg, Fri Jul 20 08:30:23 1990 UTC

# Line 430 | Line 430 | getdefn()                      /* A -> SYM = E1 */
430      addekid(ep2, ep1);
431      addekid(ep2, getE1());
432  
433 +    if (
434   #ifdef  FUNCTION
435 <    if (ep1->type == SYM)
435 >            ep1->type == SYM &&
436   #endif
437 <    {
437 >            ep1->sibling->type != NUM) {
438          ep1 = newnode();
439          ep1->type = TICK;
440          ep1->v.tick = -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines