# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | #include "objutil.h" | |
13 | #include <stdlib.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 |