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

Comparing ray/src/rt/initotypes.c (file contents):
Revision 2.4 by greg, Fri Dec 8 18:22:37 1995 UTC vs.
Revision 2.5 by greg, Sat Jun 22 09:48:55 1996 UTC

# Line 33 | Line 33 | extern int  t_func(), t_data();
33   extern int  p_cfunc(), p_bfunc();
34   extern int  p_pdata(), p_cdata(), p_bdata();
35   extern int  mx_func(), mx_data();
36 < extern int  text();
36 > extern int  do_text();
37  
38   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
39  
# Line 89 | Line 89 | initotypes()                   /* initialize ofun array */
89          ofun[PAT_BDATA].funp = p_bdata;
90          ofun[PAT_CTEXT].funp =
91          ofun[PAT_BTEXT].funp =
92 <        ofun[MIX_TEXT].funp = text;
92 >        ofun[MIX_TEXT].funp = do_text;
93          ofun[MIX_FUNC].funp = mx_func;
94          ofun[MIX_DATA].funp = mx_data;
95   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines