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

Comparing ray/src/cv/mgflib/mgfilt.c (file contents):
Revision 1.7 by schorsch, Sun Jul 27 22:12:02 2003 UTC vs.
Revision 1.8 by schorsch, Sat Nov 15 17:54:06 2003 UTC

# Line 14 | Line 14 | short  nentlist[MG_VMAJOR] = MG_NELIST;
14  
15  
16   int
17 < put_entity(ac, av)              /* general output routine */
18 < register int    ac;
19 < register char   **av;
17 > put_entity(             /* general output routine */
18 >        register int    ac,
19 >        register char   **av
20 > )
21   {
22          while (ac-- > 0) {
23                  fputs(*av++, stdout);
# Line 26 | Line 27 | register char  **av;
27   }
28  
29  
30 < main(argc, argv)        /* first argument is understood entities, comma-sep. */
31 < int     argc;
32 < char    *argv[];
30 > int
31 > main(   /* first argument is understood entities, comma-sep. */
32 >        int     argc,
33 >        char    *argv[]
34 > )
35   {
36          char    *cp1, *cp2;
37          int     i, en;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines