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.13 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 2.15 by greg, Fri Jun 10 16:42:11 2005 UTC

# Line 21 | Line 21 | static const char      RCSid[] = "$Id$";
21   #include "standard.h"
22  
23  
24 < #define MAXFLEN         8192            /* file must be smaller than this */
24 > #ifndef MAXFLEN
25 > #define MAXFLEN         65536   /* file must be smaller than this */
26 > #endif
27  
28  
29   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines