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.2 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 1.5 by greg, Tue Dec 7 22:25:55 2004 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include <stdio.h>
13  
14   #include "platform.h"
15 + #include "rtprocess.h"
16  
17 < #define MAXFILE         16              /* maximum number of files */
17 > #define MAXFILE         32              /* maximum number of files */
18  
19   #define MAXLINE         512             /* maximum input line */
20  
# Line 23 | Line 24 | int    nfiles;
24  
25   char    buf[MAXLINE];
26  
27 + int
28   main(argc, argv)
29   int     argc;
30   char    *argv[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines