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 2.12 by greg, Fri Jan 22 09:51:20 1993 UTC vs.
Revision 2.13 by greg, Mon Mar 8 12:37:33 1993 UTC

# Line 75 | Line 75 | static RAY  thisray;                   /* for our convenience */
75   static int  oputo(), oputd(), oputv(), oputl(), oputL(),
76                  oputp(), oputn(), oputN(), oputs(), oputw(), oputm();
77  
78 + static int  ourtrace(), tabin();
79   static int  (*ray_out[10])(), (*every_out[10])();
80   static int  castonly;
81  
# Line 179 | Line 180 | char  *fname;
180   setoutput(vs)                           /* set up output tables */
181   register char  *vs;
182   {
183 <        extern int  ourtrace(), (*trace)();
183 >        extern int  (*trace)();
184          register int (**table)() = ray_out;
185  
186          castonly = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines