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.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 3.5 by greg, Fri Nov 8 17:11:42 2013 UTC

# Line 20 | Line 20 | static const char      RCSid[] = "$Id$";
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