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

Comparing ray/src/common/calexpr.c (file contents):
Revision 2.12 by greg, Fri Mar 5 15:14:00 1993 UTC vs.
Revision 2.13 by greg, Fri Jun 4 14:27:58 1993 UTC

# Line 34 | Line 34 | static char SCCSid[] = "$SunId$ LBL";
34  
35   #define  isdecimal(c)   (isdigit(c) || (c) == '.')
36  
37 #ifndef atof
38 extern double  atof();
39 #endif
37   extern char  *fgets(), *savestr();
38   extern char  *emalloc(), *ecalloc();
39   extern EPNODE  *curfunc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines