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

Comparing ray/src/ot/bbox.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:33:00 1989 UTC vs.
Revision 1.2 by greg, Tue Feb 21 14:44:47 1989 UTC

# Line 27 | Line 27 | add2bbox(o, bbmin, bbmax)              /* expand bounding box to f
27   register OBJREC  *o;
28   FVECT  bbmin, bbmax;
29   {
30 < #define  co     ((CONE *)osp)
31 < #define  fo     ((FACE *)osp)
32 < #define  io     ((INSTANCE *)osp)
33 <        register char  *osp;
30 >        CONE  *co;
31 >        FACE  *fo;
32 >        INSTANCE  *io;
33          FVECT  v;
34          register int  i, j;
35  
# Line 76 | Line 75 | FVECT  bbmin, bbmax;
75                  }
76                  break;
77          }
79 #undef  co
80 #undef  fo
81 #undef  io
78   }
79  
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines