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.12 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.15 by greg, Thu Jun 23 11:51:47 2005 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 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(INTERNAL, "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