aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpp.1
diff options
context:
space:
mode:
authorJonathan Larmour <jlarmour@redhat.co.uk>2000-02-15 23:54:53 -0800
committerRichard Henderson <rth@gcc.gnu.org>2000-02-15 23:54:53 -0800
commit3ea8083fc9062ef5c6f2e97b563ce2e8b3f7a8c6 (patch)
treef50c2625d7ae54acdbe802acaad3b0628f04ef06 /gcc/cpp.1
parentba96c72d6baddf4dec4515c6f7fa57716440913b (diff)
downloadgcc-3ea8083fc9062ef5c6f2e97b563ce2e8b3f7a8c6.zip
gcc-3ea8083fc9062ef5c6f2e97b563ce2e8b3f7a8c6.tar.gz
gcc-3ea8083fc9062ef5c6f2e97b563ce2e8b3f7a8c6.tar.bz2
Jonathan Larmour <jlarmour@redhat.co.uk>:
Add new __GNUC_PATCHLEVEL__ define. From-SVN: r32004
Diffstat (limited to 'gcc/cpp.1')
-rw-r--r--gcc/cpp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpp.1 b/gcc/cpp.1
index d51ae74..2f65cf3 100644
--- a/gcc/cpp.1
+++ b/gcc/cpp.1
@@ -401,9 +401,9 @@ wins.
.Ip "\fB\-undef\fR" 4
Do not predefine any nonstandard macros.
.Ip "\fB\-gcc\fR" 4
-Define the macros \fI_\|_GNUC_\|_\fR and \fI_\|_GNUC_MINOR_\|_\fR. These are
-defined automatically when you use \fBgcc \-E\fR; you can turn them off
-in that case with \fB\-no-gcc\fR.
+Define the macros \fI_\|_GNUC_\|_\fR, \fI_\|_GNUC_MINOR_\|_\fR and
+\fI_\|_GNUC_PATCHLEVEL_\|_\fR. These are defined automatically when you
+use \fBgcc \-E\fR; you can turn them off in that case with \fB\-no-gcc\fR.
.Ip "\fB\-A \fIpredicate\fR(\fIanswer\fR)\fR" 4
Make an assertion with the predicate \fIpredicate\fR and answer
\fIanswer\fR.