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

Comparing ray/src/common/object.h (file contents):
Revision 2.1 by greg, Tue Nov 12 16:55:32 1991 UTC vs.
Revision 2.3 by greg, Fri Mar 7 15:45:31 1997 UTC

# Line 48 | Line 48 | typedef struct {
48          char  *oname;                   /* object name */
49          FUNARGS  oargs;                 /* object specification */
50          char  *os;                      /* object structure */
51        long  lastrno;                  /* last ray this was used with */
51   }  OBJREC;
52  
53   #ifndef  MAXOBJBLK
# Line 73 | Line 72 | extern OBJECT  nobjects;               /* # of objects */
72   */
73  
74   #define  MAXSET         127             /* maximum object set size */
75 +
76 + OBJECT  *setsave();
77 +
78 + #define setfree(os)     free((char *)(os))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines