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

Comparing ray/src/cal/tabfunc.c (file contents):
Revision 1.3 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 1.4 by schorsch, Mon Jul 14 20:02:29 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include <string.h>
13   #include <math.h>
14   #include <ctype.h>
15 < #ifdef _WIN32
16 < #include <process.h> /* getpid() */
17 < #else
18 < #include <sys/types.h>
19 < #include <unistd.h>
20 < #endif
15 > #include <sys/types.h>
16  
17 < #include "standard.h"
18 < #include "platform.h"
17 > #include "rtprocess.h" /* getpid() */
18 > #include "rtmath.h"
19 > #include "rtio.h"
20  
21   #define  isdelim(c)     (isspace(c) || (c)==',')
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines