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

Comparing ray/src/common/free_os.c (file contents):
Revision 3.3 by greg, Thu Jul 10 03:47:00 2003 UTC vs.
Revision 3.5 by greg, Fri Nov 8 17:11:42 2013 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include "face.h"
17   #include "cone.h"
18   #include "instance.h"
19 + #include "mesh.h"
20  
21  
22   int
23 < free_os(op)                     /* free unneeded memory for object */
24 < register OBJREC *op;
23 > free_os(                        /* free unneeded memory for object */
24 >        OBJREC  *op
25 > )
26   {
27          if (op->os == NULL)
28                  return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines