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

Comparing ray/src/cal/calc.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:20 2003 UTC vs.
Revision 1.2 by schorsch, Sun Jun 8 12:03:09 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *     4/1/86
8   */
9  
10 + #include  <stdlib.h>
11   #include  <stdio.h>
12 <
12 > #include  <string.h>
13   #include  <setjmp.h>
13
14   #include  <ctype.h>
15  
16   #include  "calcomp.h"
# Line 24 | Line 24 | int    nres = 0;
24   #ifndef BSD
25   #define  index          strchr
26   #endif
27 extern char  *index(), *fgets();
28
27  
28   jmp_buf  env;
29   int  recover = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines