ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/otypes.c
(Generate patch)

Comparing ray/src/common/otypes.c (file contents):
Revision 1.4 by greg, Fri Jan 12 11:15:40 1990 UTC vs.
Revision 1.5 by greg, Thu Dec 13 10:37:17 1990 UTC

# Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19  
20   extern int  (*addobjnotify[])();        /* people to notify of new objects */
21  
22 FUN  ofun[NUMOTYPE] = INIT_OTYPE;       /* our object function table */
23
22   static struct ohtab {
23          int  hsiz;                      /* current table size */
24          OBJECT  *htab;                  /* table, if allocated */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines