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.6 by gwlarson, Wed Jan 20 14:10:06 1999 UTC vs.
Revision 2.8 by greg, Tue Feb 25 02:47:22 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Initialize ofun[] list for renderers
6   */
7  
8 + #include "copyright.h"
9 +
10   #include  "standard.h"
11  
12   #include  "otypes.h"
# Line 99 | Line 98 | initotypes()                   /* initialize ofun array */
98   o_default()                     /* default action is error */
99   {
100          error(INTERNAL, "unexpected object call");
101 +                                /* call to pull in freeobjmem.o */
102 +        free_objs(0, 0);
103   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines