From 26ade8d624457b7164502ed9c190ca3f146bda0c Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 11 Aug 2002 08:50:48 +0200 Subject: Import Dev86src-0.16.8.tar.gz --- man/bcc.1 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/bcc.1 b/man/bcc.1 index ed7ccd0..fd9b0c6 100644 --- a/man/bcc.1 +++ b/man/bcc.1 @@ -14,6 +14,7 @@ bcc \- Bruce's C compiler .RB [ -o\ outfile ] .RB [ -ansi ] .RB [ -Ccc1_option ] +.RB [ -Pcpp_option ] .RB [ -Iinclude_dir ] .RB [ -Lld_option ] .RB [ -Ttmpdir ] @@ -160,10 +161,6 @@ as -Ofile) .B -c produce object file .TP -.B -e -run the preprocess pass separately. This takes less memory, and may help -or harm by giving more traditional semantics like token pasting with /**/. -.TP .B -f error (float emulation not supported) .TP @@ -207,12 +204,7 @@ These are all options that the code generator pass .B bcc-cc1 understands, only some will be useful for the .B -C -option of bcc. The code generator is normally used as a combined C preprocessor -and generator but the -.B -e -and -.B -ansi -options of bcc split the operation. +option of bcc. .TP .B -0 8086 target (works even on 80386 host, not on 6809) -- cgit v1.2.1