From: Paul Eggert Date: Sat, 1 Nov 2025 16:24:11 +0000 (-0600) Subject: nstrftime: parenthesize macro body X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238bcdbfafb6a702d8598620575cfef31a0ede96;p=thirdparty%2Fgnulib.git nstrftime: parenthesize macro body --- diff --git a/lib/strftime.c b/lib/strftime.c index 41e7c5477c..a78b9b8cef 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -225,7 +225,7 @@ typedef size_t retval_t; # define FAILURE 0 #else typedef sbyte_count_t retval_t; -# define FAILURE -1 +# define FAILURE (-1) #endif #if FPRINTFTIME