| # | 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |