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

Comparing ray/src/common/object.h (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:17 1989 UTC vs.
Revision 1.3 by greg, Wed Jul 24 14:15:51 1991 UTC

# Line 26 | Line 26 | typedef struct {
26   #endif
27   }  FUNARGS;
28  
29 < #define  MAXSTR         512             /* maximum string length */
29 > #define  MAXSTR         128             /* maximum string length */
30  
31   /*
32   *      An object is defined as an index into an array of
# Line 48 | Line 48 | typedef struct {
48   #define  MAXOBJBLK      511             /* maximum number of object blocks */
49  
50   extern OBJREC  *objblock[MAXOBJBLK];    /* the object blocks */
51 < extern int  nobjects;                   /* # of objects */
51 > extern OBJECT  nobjects;                /* # of objects */
52  
53   #define  objptr(obj)    (objblock[(obj)>>6]+((obj)&077))
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines