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

Comparing ray/src/meta/pexpand.c (file contents):
Revision 1.2 by schorsch, Fri Aug 1 14:14:24 2003 UTC vs.
Revision 1.3 by schorsch, Sat Nov 15 02:13:37 2003 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11   #include  "meta.h"
12  
13  
14
14   char  *progname;
15  
16   int  maxalloc = 0;              /* no limit */
17  
18  
19 <
20 < main(argc, argv)
21 <
22 < int  argc;
23 < char  **argv;
25 <
19 > int
20 > main(
21 >        int  argc,
22 >        char  **argv
23 > )
24   {
25   FILE  *fp;
26   int  i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines