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.1 by greg, Sat Feb 22 02:07:20 2003 UTC vs.
Revision 1.5 by greg, Tue Dec 7 22:25:55 2004 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *      7/14/88         Greg Ward
8   */
9  
10 + #include <stdlib.h>
11 + #include <string.h>
12   #include <stdio.h>
13  
14 < #define MAXFILE         16              /* maximum number of files */
14 > #include "platform.h"
15 > #include "rtprocess.h"
16  
17 + #define MAXFILE         32              /* maximum number of files */
18 +
19   #define MAXLINE         512             /* maximum input line */
20  
21   FILE    *input[MAXFILE];
# Line 19 | 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