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

Comparing ray/src/cal/lam.c (file contents):
Revision 1.27 by greg, Thu Feb 6 19:52:05 2025 UTC vs.
Revision 1.28 by greg, Thu Mar 6 20:19:03 2025 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include "platform.h"
14   #include "paths.h"
15  
16 < #define MAXLINE         262144          /* maximum input line */
16 > #ifndef MAXLINE
17 > #define MAXLINE         (1L<<20)        /* maximum input line per stream */
18 > #endif
19  
20   struct instream {               /* structure to hold input stream info */
21          FILE            *input;         /* input stream */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines