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.18 by greg, Sun Jul 29 19:01:39 2012 UTC vs.
Revision 2.19 by greg, Tue Jul 8 18:25:00 2014 UTC

# Line 16 | Line 16 | static const char RCSid[] = "$Id$";
16   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
17  
18  
19 < extern void
19 > void
20   initotypes(void)                        /* initialize ofun array */
21   {
22          ofun[OBJ_SPHERE].funp =
# Line 90 | Line 90 | initotypes(void)                       /* initialize ofun array */
90   }
91  
92  
93 < extern int
93 > int
94   o_default(OBJREC *o, RAY *r)                    /* default action is error */
95   {
96          objerror(o, CONSISTENCY, "unexpected object call");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines