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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 1.9 by greg, Tue Mar 27 11:40:10 1990 UTC vs.
Revision 1.10 by greg, Tue Jun 26 09:00:15 1990 UTC

# Line 53 | Line 53 | int  ambincl = -1;                     /* include == 1, exclude == 0 */
53  
54   static RAY  thisray;                    /* for our convenience */
55  
56 < extern int  oputo(), oputd(), oputv(), oputl(),
56 > static int  oputo(), oputd(), oputv(), oputl(),
57                  oputp(), oputn(), oputs(), oputw(), oputm();
58  
59   static int  (*ray_out[10])(), (*every_out[10])();
60  
61 < extern int  puta(), putf(), putd();
61 > static int  puta(), putf(), putd();
62  
63   static int  (*putreal)();
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines