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

Comparing ray/src/rt/t_data.c (file contents):
Revision 2.10 by greg, Sat Jun 9 07:16:47 2012 UTC vs.
Revision 2.11 by greg, Tue Jul 8 18:25:00 2014 UTC

# Line 30 | Line 30 | static const char      RCSid[] = "$Id$";
30   */
31  
32  
33 < extern int
33 > int
34   t_data(                 /* interpolate texture data */
35 <        register OBJREC  *m,
35 >        OBJREC  *m,
36          RAY  *r
37   )
38   {
# Line 41 | Line 41 | t_data(                        /* interpolate texture data */
41          double  dval[3], pt[MAXDIM];
42          double  d;
43          DATARRAY  *dp;
44 <        register MFUNC  *mf;
45 <        register int  i;
44 >        MFUNC  *mf;
45 >        int  i;
46  
47          if (m->oargs.nsargs < 8)
48                  objerror(m, USER, "bad # arguments");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines