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.14 by greg, Mon Oct 25 17:07:35 2004 UTC vs.
Revision 2.16 by greg, Mon Oct 8 18:07:57 2007 UTC

# Line 7 | Line 7 | static const char RCSid[] = "$Id$";
7  
8   #include  "copyright.h"
9  
10 < #include  "standard.h"
10 > #include  "ray.h"
11   #include  "otypes.h"
12   #include  "rtotypes.h"
13   #include  "otspecial.h"
# 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