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

Comparing ray/src/util/setscan.c (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 2.3 by schorsch, Fri Jun 27 11:32:12 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include "setscan.h"
11  
12 <
13 < setscan(ang, arg)                       /* set up scan according to arg */
14 < register ANGLE  *ang;
15 < register char  *arg;
12 > int
13 > setscan(                        /* set up scan according to arg */
14 > register ANGLE  *ang,
15 > register char  *arg
16 > )
17   {
18          int  state = ',';
19          int  start, finish, step;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines