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

Comparing ray/src/common/wordfile.c (file contents):
Revision 2.10 by schorsch, Sat Jun 7 12:50:21 2003 UTC vs.
Revision 2.14 by greg, Fri Nov 5 17:36:55 2004 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17   #include <sys/stat.h>
18   #include <fcntl.h>
19  
20 < #ifdef _WIN32
21 < #include <io.h>
22 < #endif
23 <
20 > #include "platform.h"
21   #include "standard.h"
22  
23  
24 < #define MAXFLEN         8192            /* file must be smaller than this */
25 <
26 < extern char     *bmalloc();
24 > #ifndef MAXFLEN
25 > #define MAXFLEN         16384   /* file must be smaller than this */
26 > #endif
27  
28  
29   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines