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

Comparing ray/src/common/calcomp.h (file contents):
Revision 1.4 by greg, Tue Apr 23 12:43:13 1991 UTC vs.
Revision 1.5 by greg, Tue Apr 23 15:44:37 1991 UTC

# Line 19 | Line 19
19  
20   typedef struct {
21      char  *fname;               /* function name */
22 <    int  nargs;                 /* # of required arguments */
22 >    short  nargs;               /* # of required arguments */
23 >    short  atyp;                /* assignment type (':' or '=') */
24      double  (*f)();             /* pointer to function */
25   }  LIBR;                /* a library function */
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines