diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-16 07:54:53 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-16 07:54:53 +0000 |
commit | 5edecf3c6e39409b33150dcef9692e1db98e5935 (patch) | |
tree | f50c2625d7ae54acdbe802acaad3b0628f04ef06 /gcc/cpp.1 | |
parent | cb257c250a2b88e248821375d52ca4a728b5a803 (diff) | |
download | gcc-5edecf3c6e39409b33150dcef9692e1db98e5935.tar.gz |
Jonathan Larmour <jlarmour@redhat.co.uk>:
Add new __GNUC_PATCHLEVEL__ define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpp.1')
-rw-r--r-- | gcc/cpp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpp.1 b/gcc/cpp.1 index d51ae74b8d7..2f65cf3f009 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. |