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.2 by greg, Mon Jul 29 15:47:46 1991 UTC vs.
Revision 1.3 by greg, Mon Oct 28 09:47:24 1991 UTC

# Line 22 | Line 22 | static struct ohtab {
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
29   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines