| # | Line 76 | Line 76 | main(int argc, char *argv[]) | |
|---|---|---|
| 76 | case 'n': case 'N': case 'f': case 'F': \ | |
| 77 | case '-': case '0': var = 0; break; \ | |
| 78 | default: goto badopt; } | |
| 79 | + | extern char *octname; |
| 80 | int persist = 0; | |
| 81 | char *octnm = NULL; | |
| 82 | char **tralp = NULL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |