--- ray/src/common/calcomp.h 1995/02/17 18:34:41 2.4 +++ ray/src/common/calcomp.h 1997/08/26 17:15:10 2.5 @@ -45,7 +45,7 @@ typedef struct epnode { typedef struct vardef VARDEF; /* a variable definition */ -#define MAXWORD 63 /* maximum word/id length */ +#define MAXWORD 127 /* maximum word/id length */ #define CNTXMARK '`' /* context mark */ #define isid(c) (isalnum(c) || (c) == '_' || \