Marek Polacek <pola...@redhat.com> writes: > On Wed, Sep 11, 2024 at 11:26:42PM +0200, Jakub Jelinek wrote: > [...] >> --- gcc/testsuite/c-c++-common/cpp/Wheader-guard-1-1.h.jj 2024-09-11 >> 19:26:39.912834079 +0200 >> +++ gcc/testsuite/c-c++-common/cpp/Wheader-guard-1-1.h 2024-09-11 >> 19:02:02.414054285 +0200 >> @@ -0,0 +1,5 @@ >> +#ifndef WHEADER_GUARD_1 >> +#define WHEADER_GUARD_1 >> +/* This is how header guards should look like. */ > > s/how/what/ >
(or: "This is how header guards should look.") > [...]