bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] progname: doesn't appear to need stdbool.h.


From: Simon Josefsson
Subject: [Bug-gnulib] progname: doesn't appear to need stdbool.h.
Date: Tue, 03 Aug 2004 23:22:56 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

?

2004-08-03  Simon Josefsson  <address@hidden>

        * progname.h: Don't include stdbool.h.

2004-08-03  Simon Josefsson  <address@hidden>

        * modules/progname (Depends-on): Don't depend on stdbool.

Index: progname.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/progname.h,v
retrieving revision 1.3
diff -u -p -u -w -r1.3 progname.h
--- progname.h  16 Jul 2004 16:28:50 -0000      1.3
+++ progname.h  3 Aug 2004 21:21:00 -0000
@@ -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: progname
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/progname,v
retrieving revision 1.1
diff -u -p -u -w -r1.1 progname
--- progname    20 Aug 2003 19:45:05 -0000      1.1
+++ progname    3 Aug 2004 21:21:22 -0000
@@ -6,7 +6,6 @@ lib/progname.h
 lib/progname.c
 
 Depends-on:
-stdbool
 
 configure.ac:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]