Andrew Pinski <pins...@gmail.com> writes: > On Wed, Jan 1, 2025, 9:38 AM Sam James <s...@gentoo.org> wrote: > > gcc/ChangeLog: > > * doc/cpp.texi (Common Predefined Macros): Fix syntax. > > This looks obvious correct to me.
Agreed, I'll push it now. > > Thanks, > Andrew > > --- > gcc/doc/cpp.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi > index 970c0a393971..4b0f2d9bb857 100644 > --- a/gcc/doc/cpp.texi > +++ b/gcc/doc/cpp.texi > @@ -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 > > -- > 2.47.1