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

Comparing ray/src/gen/genprism.c (file contents):
Revision 2.9 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 2.10 by schorsch, Sat Jul 12 09:41:41 2003 UTC

# Line 36 | Line 36 | int  do_ends = 1;              /* include end caps */
36   int  iscomplete = 0;            /* polygon is already completed */
37   double  crad = 0.0;             /* radius for corners (sign from lvdir) */
38  
39 < extern double  compute_rounding();
39 > static double  compute_rounding(void);
40  
41  
42   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines