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.2 by greg, Mon Apr 10 22:05:56 1989 UTC vs.
Revision 1.5 by greg, Tue Apr 23 15:44:37 1991 UTC

# Line 15 | Line 15
15   #define  ARG            6
16   #define  TICK           7
17   #define  SYM            8
18 <                                /* also: '+', '-', '*', '/', '^', '=' */
18 >                                /* also: '+', '-', '*', '/', '^', '=', ':' */
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  
# Line 59 | Line 60 | extern int  nextc;
60   extern int  errno;
61  
62   #define  evalue(ep)     (*eoper[(ep)->type])(ep)
62
63 #ifdef  CPM
64 #define  defined(D)     D
65 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines