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

Comparing ray/src/cal/ev.c (file contents):
Revision 1.2 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 1.5 by greg, Tue Oct 14 16:46:20 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  <stdlib.h>
11   #include  <stdio.h>
12 + #include  <errno.h>
13  
14   #include  "calcomp.h"
15 + #include  "rterror.h"
16  
17  
18   main(argc, argv)
19   int  argc;
20   char  *argv[];
21   {
20        extern int  errno;
22          int  i;
23  
24          esupport |= E_FUNCTION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines