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

Comparing ray/src/common/calcomp.h (file contents):
Revision 2.12 by greg, Mon Jun 30 19:04:29 2003 UTC vs.
Revision 2.13 by schorsch, Thu Jul 3 22:41:44 2003 UTC

# Line 46 | Line 46 | typedef struct epnode {
46  
47   typedef struct vardef  VARDEF;  /* a variable definition */
48  
49 < #define  MAXWORD        127             /* maximum word/id length */
49 > #define  RMAXWORD       127             /* maximum word/id length */
50   #define  CNTXMARK       '`'             /* context mark */
51  
52   #define  isid(c)        (isalnum(c) || (c) == '_' || \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines