]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a warning that arose due to glibc merging.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Nov 2001 13:01:48 +0000 (13:01 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:29:25 +0000 (23:29 +0200)
intl/ChangeLog
intl/plural-exp.h

index 64229a3cbd86cdb2aba2bf707c2f75a6da8c1952..ba3810d6db243fa99282615172b59d2918ff1129 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-30  Bruno Haible  <bruno@clisp.org>
+
+       * plural-exp.h (plural_eval): Add back declaration.
+
 2001-11-29  Bruno Haible  <bruno@clisp.org>
 
        * gettextP.h (_nl_locale_name): Don't declare inside glibc.
index 1bfec819c9780bcb4f3f701bd1e90af59092bc61..6a4bba01931b9afe55cb3f09aeb9480af0b07921 100644 (file)
@@ -114,4 +114,9 @@ extern void EXTRACT_PLURAL_EXPRESSION PARAMS ((const char *nullentry,
                                               unsigned long int *npluralsp))
      internal_function;
 
+#if !defined (_LIBC) && !defined (IN_LIBINTL)
+extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
+                                             unsigned long int n));
+#endif
+
 #endif /* _PLURAL_EXP_H */