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.2 by greg, Thu Sep 6 23:32:38 1990 UTC

# 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