--- ray/src/common/objset.c 1990/09/07 08:32:36 1.3 +++ ray/src/common/objset.c 1990/09/19 08:26:02 1.4 @@ -18,7 +18,9 @@ static char SCCSid[] = "$SunId$ LBL"; #include "otypes.h" -#define OSTSIZ 3037 /* object table size (a prime!) */ +#ifndef OSTSIZ +#define OSTSIZ 12329 /* object table size (a prime!) */ +#endif static OBJECT *ostable[OSTSIZ]; /* the object set table */