ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/objset.c
(Generate patch)

Comparing ray/src/common/objset.c (file contents):
Revision 1.7 by greg, Fri May 10 10:37:14 1991 UTC vs.
Revision 1.8 by greg, Wed Oct 23 11:52:55 1991 UTC

# Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19   #include  "otypes.h"
20  
21   #ifndef  OSTSIZ
22 + #ifdef  BIGMEM
23 + #define  OSTSIZ         56437           /* object table size (a prime!) */
24 + #else
25   #define  OSTSIZ         12329           /* object table size (a prime!) */
26 + #endif
27   #endif
28  
29   static OBJECT  *ostable[OSTSIZ];        /* the object set table */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines