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

Comparing ray/src/cal/rcalc.c (file contents):
Revision 1.6 by schorsch, Thu Jul 3 22:41:44 2003 UTC vs.
Revision 1.8 by schorsch, Fri Aug 1 14:14:23 2003 UTC

# Line 15 | Line 15 | static const char RCSid[] = "$Id$";
15  
16   #include  "platform.h"
17   #include  "calcomp.h"
18 <
19 < #ifdef  CPM
20 < #define  getc           agetc   /* text files only, right? */
21 < #endif
18 > #include  "rterror.h"
19  
20   #define  isnum(c)       (isdigit(c) || (c)=='-' || (c)=='.' \
21                                  || (c)=='+' || (c)=='e' || (c)=='E')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines