+2003-09-14 Bruno Haible <bruno@clisp.org>
+
+ * plural-count.c: Include plural-count.h.
+ * x-po.c: Include x-properties.h.
+ * x-java.l (append_strings): Change argument type to 'const char *'.
+
2003-09-14 Bruno Haible <bruno@clisp.org>
* msgfmt.c (check_plural_eval): Mark some strings as c-format.
# include <config.h>
#endif
-#include "plural-exp.h"
+/* Specification. */
+#include "plural-count.h"
+#include "plural-exp.h"
/* Extract the number of plural forms from a header entry. */
%%
static char *
-append_strings (char *a, char *b)
+append_strings (char *a, const char *b)
{
int total_size = strlen (a) + strlen (b) + 1;
char *new_string = (char *) xmalloc (total_size);
#include "message.h"
#include "x-po.h"
+#include "x-properties.h"
#include "xgettext.h"
#include "xmalloc.h"
#include "read-po.h"