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

Comparing ray/src/hd/sm_usets.c (file contents):
Revision 3.3 by greg, Wed Apr 23 00:52:34 2003 UTC vs.
Revision 3.4 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 21 | Line 21 | static const char      RCSid[] = "$Id$";
21   OBJECT  **qtsettab= NULL;               /* quadtree leaf node table */
22   QUADTREE  qtnumsets=0;                  /* number of used set indices */
23   static int  qtfreesets = EMPTY;         /* free set index list */
24 < int4 *qtsetflag = NULL;
24 > int32 *qtsetflag = NULL;
25   static int qtallocsets =0;
26  
27   qtclearsetflags()
# Line 50 | Line 50 | OBJECT  *oset;
50                                  (unsigned)(osi+QTSETIBLK)*sizeof(OBJECT *));
51                  if (qtsettab == NULL)
52                          goto memerr;
53 <                qtsetflag = (int4 *)realloc((void *)qtsetflag,
53 >                qtsetflag = (int32 *)realloc((void *)qtsetflag,
54                                     FLAG_BYTES(osi+ QTSETIBLK));
55                  if (qtsetflag == NULL)
56                          goto memerr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines