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.3 by schorsch, Sun Jul 27 22:12:01 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"
# Line 18 | Line 19 | main(argc, argv)
19   int  argc;
20   char  *argv[];
21   {
21        extern int  errno;
22          int  i;
23  
24          esupport |= E_FUNCTION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines