+2001-07-22 Bruno Haible <haible@clisp.cons.org>
+
+ * msgl-cat.h: Include <stdbool.h>.
+ * po.h: Likewise.
+ * read-po.h: Likewise.
+ * write-po.h: Likewise.
+ * xget-lex.h: Likewise.
+
2001-07-21 Bruno Haible <haible@clisp.cons.org>
* msgl-cat.h: New file.
#include "message.h"
#include "str-list.h"
+#include <stdbool.h>
+
/* These variables control which messages are selected. */
extern int more_than;
extern int less_than;
#include "po-lex.h"
+#include <stdbool.h>
+
/* Note: the _t suffix is reserved by ANSI C, so the _ty suffix is
used to indicate a type name. */
#include "message.h"
+#include <stdbool.h>
+
/* If nonzero, remember comments for file name and line number for each
msgid, if present in the reference input. Defaults to true. */
extern int line_comment;
#include "message.h"
+#include <stdbool.h>
+
extern void
message_page_width_set PARAMS ((size_t width));
#ifndef _XGET_LEX_H
#define _XGET_LEX_H
+#include <stdbool.h>
+
enum xgettext_token_type_ty
{
xgettext_token_type_eof,