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 2.14 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 2.15 by greg, Mon Aug 4 19:20:26 2003 UTC

# Line 65 | Line 65 | typedef struct vardef  VARDEF; /* a variable definitio
65   #define  E_RCONST       020
66   #define  E_REDEFW       040
67  
68 < extern double  (*eoper[])();
68 > extern double  (*eoper[])(EPNODE *);
69   extern unsigned long  eclock;
70   extern unsigned int  esupport;
71   extern EPNODE   *curfunc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines