* lib/sys_times.in.h: Test the guard symbol a second time.
+2023-08-26 Bruno Haible <bruno@clisp.org>
+
+ sys_times: Make double-inclusion guard more robust.
+ * lib/sys_times.in.h: Test the guard symbol a second time.
+
2023-08-26 Bruno Haible <bruno@clisp.org>
uchar: Make #include_next work right.
# endif
@PRAGMA_COLUMNS@
+/* The include_next requires a split double-inclusion guard. */
# if @HAVE_SYS_TIMES_H@
# @INCLUDE_NEXT@ @NEXT_SYS_TIMES_H@
# endif
+# ifndef _@GUARD_PREFIX@_SYS_TIMES_H
# define _@GUARD_PREFIX@_SYS_TIMES_H
/* This file uses GNULIB_POSIXCHECK, HAVE_RAW_DECL_*. */
}
# endif
+# endif /* _@GUARD_PREFIX@_SYS_TIMES_H */
#endif /* _@GUARD_PREFIX@_SYS_TIMES_H */