--- ray/src/common/calcomp.h 2003/06/06 16:38:47 2.9 +++ ray/src/common/calcomp.h 2003/07/03 22:41:44 2.13 @@ -1,4 +1,4 @@ -/* RCSid $Id: calcomp.h,v 2.9 2003/06/06 16:38:47 schorsch Exp $ */ +/* RCSid $Id: calcomp.h,v 2.13 2003/07/03 22:41:44 schorsch Exp $ */ /* * calcomp.h - header file for expression parser. */ @@ -8,9 +8,6 @@ extern "C" { #endif - -#include "copyright.h" - #define VAR 1 #define NUM 2 #define UMINUS 3 @@ -49,7 +46,7 @@ typedef struct epnode { typedef struct vardef VARDEF; /* a variable definition */ -#define MAXWORD 127 /* maximum word/id length */ +#define RMAXWORD 127 /* maximum word/id length */ #define CNTXMARK '`' /* context mark */ #define isid(c) (isalnum(c) || (c) == '_' || \