summaryrefslogtreecommitdiff
path: root/bcc/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/input.c')
-rw-r--r--bcc/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bcc/input.c b/bcc/input.c
index b89eb78..259ae04 100644
--- a/bcc/input.c
+++ b/bcc/input.c
@@ -511,6 +511,7 @@ 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)