diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-07-12 00:25:49 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-11 18:25:49 -0600 |
commit | 011ce2a134788a49c6d268b8567caeb0365a8024 (patch) | |
tree | 0230db6e89a76a1469faa5f1e1b7ef4d1618d766 | |
parent | 3ecb16a2d740a638e5b53d13f628e34e03198028 (diff) | |
download | gcc-011ce2a134788a49c6d268b8567caeb0365a8024.zip gcc-011ce2a134788a49c6d268b8567caeb0365a8024.tar.gz gcc-011ce2a134788a49c6d268b8567caeb0365a8024.tar.bz2 |
* g++.1 (-traditional): Remove duplicated documentation.
From-SVN: r21064
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/g++.1 | 32 |
2 files changed, 4 insertions, 32 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d72b442..dd77447 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 12 01:20:57 1998 Jeffrey A Law (law@cygnus.com) + + * g++.1 (-traditional): Remove duplicated documentation. + 1998-07-11 Mark Mitchell <mark@markmitchell.com> * method.c (flush_repeats): Add nrepeats parameter. diff --git a/gcc/cp/g++.1 b/gcc/cp/g++.1 index ae016fa..5101d5f 100644 --- a/gcc/cp/g++.1 +++ b/gcc/cp/g++.1 @@ -430,38 +430,6 @@ differently depending on whether `\|\c testing both of these predefined macros you can distinguish four situations: GNU C, traditional GNU C, other ANSI C compilers, and other old C compilers. -.TP -\ \ \ \(bu -In the preprocessor, comments convert to nothing at all, rather than -to a space. This allows traditional token concatenation. -.TP -\ \ \ \(bu -In the preprocessor, macro arguments are recognized within string -constants in a macro definition (and their values are stringified, -though without additional quote marks, when they appear in such a -context). The preprocessor always considers a string constant to end -at a newline. -.TP -\ \ \ \(bu -The preprocessor does not predefine the macro \c -.B __STDC__\c -\& when you use -`\|\c -.B \-traditional\c -\&\|', but still predefines\c -.B __GNUC__\c -\& (since the GNU extensions indicated by -.B __GNUC__\c -\& are not affected by -`\|\c -.B \-traditional\c -\&\|'). If you need to write header files that work -differently depending on whether `\|\c -.B \-traditional\c -\&\|' is in use, by -testing both of these predefined macros you can distinguish four -situations: GNU C, traditional GNU C, other ANSI C compilers, and -other old C compilers. .PP .TP \ \ \ \(bu |