--- ray/src/common/rexpr.c 1991/09/05 15:03:48 1.3 +++ ray/src/common/rexpr.c 1991/10/28 09:47:25 1.4 @@ -28,6 +28,8 @@ static char SCCSid[] = "$SunId$ LBL"; #define memcpy(to,from,len) bcopy(from,to,len) #endif +static int advance(), cclass(); + static char expbuf[ESIZE]; static int iflag; static int circf;