summaryrefslogtreecommitdiff
path: root/bcc/input.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2003-01-29 21:07:56 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:48 +0200
commitded00c0d1c0dc38e63b2c48ff8cbb12c1b60c70f (patch)
treed453e3353975e51525ef0a9b08e751ebc5ff9c29 /bcc/input.c
parentb5790e52270b149e92531a8eb0cd521ff2854dff (diff)
downloaddev86-ded00c0d1c0dc38e63b2c48ff8cbb12c1b60c70f.tar.gz
Import Dev86src-0.16.11.tar.gzv0.16.11
Diffstat (limited to 'bcc/input.c')
-rw-r--r--bcc/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bcc/input.c b/bcc/input.c
index 4ce121d..4f8ec6a 100644
--- a/bcc/input.c
+++ b/bcc/input.c
@@ -511,7 +511,6 @@ char *argv[];
case 't': /* print source code in asm output */
case 'w': /* watch location counter */
case 'O': /* Optimisation. */
- case 'A': /* Ansi mode. */
if (arg[2] == 0)
flag[(int)arg[1]] = TRUE;
else if (arg[2] == '-' && arg[3] == 0)