diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-03-16 10:37:06 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-16 10:37:06 +0000 |
commit | 7d1c4aaec931b704e608e4dffcc34b4a2e202d2c (patch) | |
tree | a40cb7198500cd1418a36b739b70898e29e53495 /gcc | |
parent | 8e7d7fa0d52a3971f8389ee917d7a1a28354a938 (diff) | |
download | gcc-7d1c4aaec931b704e608e4dffcc34b4a2e202d2c.zip gcc-7d1c4aaec931b704e608e4dffcc34b4a2e202d2c.tar.gz gcc-7d1c4aaec931b704e608e4dffcc34b4a2e202d2c.tar.bz2 |
* doc/cppopts.texi: Remove documentation of -A-.
From-SVN: r64432
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc7f401..75636ef1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-16 Neil Booth <neil@daikokuya.co.uk> + + * doc/cppopts.texi: Remove documentation of -A-. + 2003-03-15 Zack Weinberg <zack@codesourcery.com> * doc/libgcc.texi: Remove @tie. diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index c830710..9212c80 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -498,13 +498,6 @@ it does not use shell special characters. Cancel an assertion with the predicate @var{predicate} and answer @var{answer}. -@item -A- -@opindex A- -Cancel all predefined assertions and all assertions preceding it on -the command line. Also, undefine all predefined macros and all -macros preceding it on the command line. (This is a historical wart and -may change in the future.) - @item -dCHARS @var{CHARS} is a sequence of one or more of the following characters, and must not be preceded by a space. Other characters are interpreted |