]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Merge from glibc.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 18:31:37 +0000 (20:31 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 22:36:55 +0000 (00:36 +0200)
Apply commit
2017-10-01  H.J. Lu  <hjl.tools@gmail.com>
Hide internal __gettextparse function [BZ #18822]

gettext-runtime/intl/plural-exp.c

index 47cf2d56dd56f3f4f44ecfe29da98616518b89d6..6ba7d0f65395fbc93522cd3f92b1ce67486cb7d6 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "plural-exp.h"
+#include <plural-exp.h>
 
 /* These structs are the constant expression for the germanic plural
    form determination.  It represents the expression  "n != 1".  */