From 011fa0f016c07175cf0ee309e37baf776cd962da Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 30 Sep 2023 20:31:37 +0200 Subject: [PATCH] intl: Merge from glibc. Apply commit 2017-10-01 H.J. Lu Hide internal __gettextparse function [BZ #18822] --- gettext-runtime/intl/plural-exp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-runtime/intl/plural-exp.c b/gettext-runtime/intl/plural-exp.c index 47cf2d56d..6ba7d0f65 100644 --- a/gettext-runtime/intl/plural-exp.c +++ b/gettext-runtime/intl/plural-exp.c @@ -23,7 +23,7 @@ #include #include -#include "plural-exp.h" +#include /* These structs are the constant expression for the germanic plural form determination. It represents the expression "n != 1". */