From 216010baaeb5577b199c4ae122121673254a189f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 7 May 2020 20:06:18 +0200 Subject: build: Update after gnulib changed In the latest Gnulib, the definition of _GL_UNUSED_PARAMETER is expanded at configure time of the consumer project. Let's include only the fallback definition in . Suggested by Dmitry Baryshkov in: . * lib/Makefile.am (unistring/cdefs.h): Don't generate the file. * lib/unistring/cdefs.h: Include the expanded form instead of ... * lib/unistring/cdefs.in.h: ... this. * gnulib-m4/.gitignore, gnulib-m4/gnulib-cache.m4, lib/.gitignore, tests/.gitignore: Updated. --- tests/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore index e903908..1e0ecd3 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -305,3 +305,11 @@ # Files generated by the autotools: /Makefile.in +/test-iswdigit.c +/test-iswdigit.sh +/test-iswxdigit.c +/test-iswxdigit.sh +/test-mbrtowc-w32-6.sh +/test-mbrtowc-w32-7.sh +/test-wcrtomb-w32-6.sh +/test-wcrtomb-w32-7.sh -- cgit v1.2.1