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

Comparing ray/src/gen/genbox.c (file contents):
Revision 2.6 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 2.7 by schorsch, Sun Nov 16 10:29:38 2003 UTC

# Line 99 | Line 99 | int  v0, v1;
99   }
100  
101  
102 + static void
103   sphere(v0)                      /* generate a sphere */
104   int  v0;
105   {
# Line 109 | Line 110 | int  v0;
110   }
111  
112  
113 + static void
114   printhead(ac, av)               /* print command header */
115   register int  ac;
116   register char  **av;
# Line 122 | Line 124 | register char  **av;
124   }
125  
126  
127 + int
128   main(argc, argv)
129   int  argc;
130   char  **argv;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines