]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Include <stdbool.h> in all files that use 'bool'.
authorBruno Haible <bruno@clisp.org>
Mon, 30 Jul 2001 13:34:00 +0000 (13:34 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 30 Jul 2001 13:34:00 +0000 (13:34 +0000)
src/ChangeLog
src/msgl-cat.h
src/po.h
src/read-po.h
src/write-po.h
src/xget-lex.h

index 408b3d7018565a1bcdbc48f877ce248d3b59ed6d..476b829ce74970bb7c900c794075c948476b375f 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 2cc2827b73854b868d9d860c9fcc0cb549f889f6..6a7892661fd2e54cdf2d2656621d8d70b2e94aa8 100644 (file)
@@ -22,6 +22,8 @@
 #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;
index d3b712ac4127c8e0f066c5ec05a2b011cfb04e32..6b4cd67c7eb074fae21ce7dc593ca0d1aa59ad1f 100644 (file)
--- a/src/po.h
+++ b/src/po.h
@@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #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.  */
 
index 4e3b3c52d2c94a71b3b8aec18b1d85f11fef978c..05aa4a757f2ffe6d197d032eba21352a5b084ecc 100644 (file)
@@ -21,6 +21,8 @@
 
 #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;
index 55ef969eb98ed1bbfba1ffca6bd86f566bc5b018..1a655273947084114ef82d4983b6af363d54df04 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "message.h"
 
+#include <stdbool.h>
+
 extern void
        message_page_width_set PARAMS ((size_t width));
 
index f0e39ec781971b8a3933c4445d8acd9edc0f6353..b5ea058549c2fc360a5b506ac53c7847ee1264c6 100644 (file)
@@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _XGET_LEX_H
 #define _XGET_LEX_H
 
+#include <stdbool.h>
+
 enum xgettext_token_type_ty
 {
   xgettext_token_type_eof,