From 2f828530e36a02c5b4c534e42ab812370c2bf7d9 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Thu, 12 Feb 1998 22:41:49 +0100 Subject: Import Dev86src-0.14.0.tar.gz --- bcc/input.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bcc/input.c') diff --git a/bcc/input.c b/bcc/input.c index d7667ca..5084663 100644 --- a/bcc/input.c +++ b/bcc/input.c @@ -800,7 +800,11 @@ PRIVATE void usage() fatalerror( #ifdef MC6809 "usage: cc1 [-cdfptw[-]] [-Ddefine] [-Iincdir] [-Uundef] [-o outfile] [infile]"); -#else +#else +#ifdef I80386 "usage: cc1 [-03cdfltw[-]] [-Ddefine] [-Iincdir] [-Uundef] [-o outfile] [infile]"); +#else +"usage: cc1 [-cdfltw[-]] [-Ddefine] [-Iincdir] [-Uundef] [-o outfile] [infile]"); +#endif #endif } -- cgit v1.2.1