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 1.6 by greg, Thu Aug 8 11:23:17 1991 UTC vs.
Revision 1.7 by greg, Wed Aug 14 08:28:00 1991 UTC

# Line 45 | Line 45 | typedef struct epnode {
45  
46   typedef struct vardef  VARDEF;  /* a variable definition */
47  
48 < #define  MAXWORD        64              /* maximum word/id length */
48 > #define  MAXWORD        63              /* 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