diff options
author | Jonathan Larmour <jlarmour@redhat.co.uk> | 2000-02-15 23:54:53 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-02-15 23:54:53 -0800 |
commit | 3ea8083fc9062ef5c6f2e97b563ce2e8b3f7a8c6 (patch) | |
tree | f50c2625d7ae54acdbe802acaad3b0628f04ef06 /gcc/cpp.1 | |
parent | ba96c72d6baddf4dec4515c6f7fa57716440913b (diff) | |
download | gcc-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.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |