doc: cpp: fix version test example syntax

gcc/ChangeLog:

	* doc/cpp.texi (Common Predefined Macros): Fix syntax.
This commit is contained in:
Sam James 2025-01-01 17:16:17 +00:00
parent f8b5596260
commit ea25066d8a
No known key found for this signature in database
GPG key ID: 738409F520DF9190

View file

@ -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