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

Comparing ray/src/meta/sort.c (file contents):
Revision 1.5 by greg, Mon Jun 16 14:54:54 2003 UTC vs.
Revision 1.6 by schorsch, Mon Jul 14 20:02:29 2003 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   *   Sorting routines for meta-files
6   */
7  
8 < #include  "paths.h"
8 > #include  "rtprocess.h" /* getpid() */
9 > #include  "rterror.h"
10   #include  "meta.h"
10
11 #ifdef _WIN32
12  #include <process.h> /* getpid() */
13 #endif
11  
12  
13   #define  PBSIZE  1000           /* max size of sort block */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines