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.9 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.13 by schorsch, Thu Jul 3 22:41:44 2003 UTC

# Line 8 | Line 8
8   extern "C" {
9   #endif
10  
11
12 #include "copyright.h"
13
11   #define  VAR            1
12   #define  NUM            2
13   #define  UMINUS         3
# Line 49 | 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