# | Line 83 | Line 83 | main( | |
---|---|---|
83 | int explicate = 0; | |
84 | char *cfname; | |
85 | int i; | |
86 | < | |
87 | < | progname = argv[0]; /* get arguments */ |
86 | > | /* set global progname */ |
87 | > | fixargv0(argv[0]); |
88 | /* initialize calcomp */ | |
89 | initfunc(); | |
90 | gargc = argc; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |