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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.29 by schorsch, Mon Oct 27 10:24:51 2003 UTC vs.
Revision 2.30 by schorsch, Fri Jan 2 12:47:01 2004 UTC

# Line 73 | Line 73 | int    gotview;
73  
74   extern char     *emalloc();
75  
76 + static gethfunc tabputs;
77  
78   main(argc, argv)
79   int     argc;
# Line 219 | Line 220 | usage:
220   }
221  
222  
223 < tabputs(s)                      /* put out string preceded by a tab */
224 < char    *s;
223 > static int
224 > tabputs(                        /* put out string preceded by a tab */
225 >        char    *s,
226 >        void    *p
227 > )
228   {
229          char    fmt[32];
230          double  d;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines