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.13 by greg, Fri Sep 10 17:08:36 2004 UTC vs.
Revision 2.14 by greg, Mon Oct 25 17:07:35 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines