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 2.20 by greg, Wed Mar 5 16:16:52 2003 UTC vs.
Revision 2.21 by greg, Mon Jun 2 18:13:54 2003 UTC

# Line 43 | Line 43 | static double  eadd(), esubtr(), emult(), edivi(), epo
43   static double  ebotch();
44  
45   unsigned int  esupport =                /* what to support */
46 <                E_VARIABLE | E_FUNCTION | E_REDEFW;
46 >                E_VARIABLE | E_FUNCTION ;
47  
48   int  nextc;                             /* lookahead character */
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines