* lib/nstrftime.c (iso_week_days): Inline also on clang.
+2020-08-16 Bruno Haible <bruno@clisp.org>
+
+ nstrftime: Guide inlining also on clang.
+ * lib/nstrftime.c (iso_week_days): Inline also on clang.
+
2020-08-16 Bruno Haible <bruno@clisp.org>
intprops: Avoid bogus "warning: division by zero is undefined" on clang.
#define ISO_WEEK1_WDAY 4 /* Thursday */
#define YDAY_MINIMUM (-366)
static int iso_week_days (int, int);
-#ifdef __GNUC__
+#if defined __GNUC__ || defined __clang__
__inline__
#endif
static int