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.4 by greg, Fri Feb 17 18:34:41 1995 UTC vs.
Revision 2.5 by gregl, Tue Aug 26 17:15:10 1997 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines