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

Comparing ray/src/rt/initotypes.c (file contents):
Revision 2.15 by greg, Thu Jun 23 11:51:47 2005 UTC vs.
Revision 2.16 by greg, Mon Oct 8 18:07:57 2007 UTC

# Line 91 | Line 91 | extern int
91   o_default(OBJREC *o, RAY *r)                    /* default action is error */
92   {
93          objerror(o, CONSISTENCY, "unexpected object call");
94 <                                /* call to pull in freeobjmem.o */ /* XXX ? */
94 >                                /* unused call to load freeobjmem.o */
95          free_objs(0, 0);
96 +        return(0);
97   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines