2004-08-03 Simon Josefsson <jas@extundo.com>
authorBruno Haible <bruno@clisp.org>
Fri, 6 Aug 2004 20:42:23 +0000 (20:42 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Aug 2004 20:42:23 +0000 (20:42 +0000)
progname doesn't need stdbool.

ChangeLog
lib/ChangeLog
lib/progname.h
modules/progname

index f8c819726c874059e268eb692fea51798b531cb5..cee6ae85c3599786e6c4db23a8751abccaa2116c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-03  Simon Josefsson  <jas@extundo.com>
+
+       * modules/progname (Depends-on): Don't depend on stdbool.
+
 2004-08-02  Simon Josefsson  <jas@extundo.com>
 
        * modules/getsubopt: New file.
index 0fb519df8ab18422b8f44f093f2bec7202268b2a..cb82d426aa7673b4362b8962ede5fb90100e97b8 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-03  Simon Josefsson  <jas@extundo.com>
+
+       * progname.h: Don't include stdbool.h.
+
 2004-08-01  Simon Josefsson  <jas@extundo.com>
 
        * xgetdomainname.c: Include stdlib.h, for free().
index 2088e00762c5a279483d93acb9872bc6172b3d42..5292cd1bfd387a2f049e7315dc5b285d2cb7737a 100644 (file)
@@ -19,8 +19,6 @@
 #ifndef _PROGNAME_H
 #define _PROGNAME_H
 
-#include <stdbool.h>
-
 /* Programs using this file should do the following in main():
      set_program_name (argv[0]);
  */
index fb9d73e80962323888a7efcf163391da38ac850e..4429c63a3a8891d68c4a78e0b4fc8002b7293ea0 100644 (file)
@@ -6,7 +6,6 @@ lib/progname.h
 lib/progname.c
 
 Depends-on:
-stdbool
 
 configure.ac: