From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/printf-args.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gl/printf-args.h') diff --git a/gl/printf-args.h b/gl/printf-args.h index 9b80bb39..6edc570c 100644 --- a/gl/printf-args.h +++ b/gl/printf-args.h @@ -1,5 +1,5 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2024 Free Software + Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify @@ -28,14 +28,9 @@ # define PRINTF_FETCHARGS printf_fetchargs #endif -/* Get size_t. */ +/* Get size_t, wchar_t. */ #include -/* Get wchar_t. */ -#if HAVE_WCHAR_T -# include -#endif - /* Get wint_t. */ #if HAVE_WINT_T # include @@ -89,9 +84,7 @@ typedef enum TYPE_WIDE_CHAR, #endif TYPE_STRING, -#if HAVE_WCHAR_T TYPE_WIDE_STRING, -#endif TYPE_POINTER, TYPE_COUNT_SCHAR_POINTER, TYPE_COUNT_SHORT_POINTER, @@ -154,9 +147,7 @@ typedef struct wint_t a_wide_char; #endif const char* a_string; -#if HAVE_WCHAR_T const wchar_t* a_wide_string; -#endif void* a_pointer; signed char * a_count_schar_pointer; short * a_count_short_pointer; -- cgit v1.2.3-74-g34f1