Improved switches, and fixed wrong place indication in error messages

This commit is contained in:
ceriel
1991-03-01 13:51:37 +00:00
parent 9d3696befe
commit bd1da2f86c
6 changed files with 34 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ char loptions[128]; /* one for every char */
#endif LINT
extern int idfsize;
extern int density;
static int txt2int();
@@ -291,6 +292,9 @@ next_option: /* to allow combined one-char options */
break;
}
#endif NOCROSS
case 'S':
density = txt2int(&text);
break;
#endif LINT
}
}