doc: cpp: fix version test example syntax
gcc/ChangeLog: * doc/cpp.texi (Common Predefined Macros): Fix syntax.
This commit is contained in:
parent
f8b5596260
commit
ea25066d8a
1 changed files with 1 additions and 1 deletions
|
@ -1974,7 +1974,7 @@ like this:
|
|||
#if __GNUC__ > 3 || \
|
||||
(__GNUC__ == 3 && (__GNUC_MINOR__ > 2 || \
|
||||
(__GNUC_MINOR__ == 2 && \
|
||||
__GNUC_PATCHLEVEL__ > 0))
|
||||
__GNUC_PATCHLEVEL__ > 0)))
|
||||
@end smallexample
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Add table
Reference in a new issue