| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | #include "rtio.h" | |
| 11 | #include "rtmath.h" | |
| 12 | #include "objutil.h" | |
| 13 | < | #include <stdlib.h> | 
| 13 | > | #include "paths.h" | 
| 14 | ||
| 15 | – | |
| 16 | – | char *progname; | 
| 17 | – | |
| 15 | int verbose = 0; | |
| 16 | ||
| 17 | char let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; | |
| # | Line 278 | Line 275 | main(int argc, char *argv[]) | |
| 275 | int nsegs = 1; | |
| 276 | int objout = 0; | |
| 277 | int i; | |
| 281 | – | |
| 282 | – | progname = argv[0]; | 
| 278 | ||
| 279 | if (argc < 6) | |
| 280 | goto userr; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |