Paul Eggert wrote: > > The refactoring done in > > https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=fcfce839e791e35b1be8378811d8f82e2b0ca99f > > omitted the month name and the abbreviated month name for August. > > Must be a Freudian slip.
Probably merely an editing mistake: A line break was required before "August", so Eli probably removed it from the end of the line and forgot to yank it at the beginning of the next line. And since the array's length (12) was omitted from the declaration, the compiler could not warn about a missing initializer. Bruno
