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

Comparing ray/src/common/modobject.c (file contents):
Revision 1.1 by greg, Wed Jul 24 12:04:52 1991 UTC vs.
Revision 2.1 by greg, Tue Nov 12 16:56:08 1991 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  "object.h"
14  
15 + #include  "otypes.h"
16  
17 +
18   extern int  (*addobjnotify[])();        /* people to notify of new objects */
19  
20   static struct ohtab {
21          int  hsiz;                      /* current table size */
22          OBJECT  *htab;                  /* table, if allocated */
23   }  modtab = {100, NULL}, objtab = {1000, NULL}; /* modifiers and objects */
24 +
25 + static int  otndx();
26  
27  
28   #ifdef  GETOBJ

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines