]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update 'progname' module from gnulib.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Jan 2005 12:52:25 +0000 (12:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:01 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/progname.h

index c0cef7f7828149c892fac18a8031cf6fd5e5f745..32568737d7c41807a8a690d394f7f33f141152f1 100644 (file)
 
        * setenv.c: Import changes from coreutils.
 
+2004-08-03  Simon Josefsson  <jas@extundo.com>
+
+       * progname.h: Don't include stdbool.h.
+
 2003-09-08  Paul Eggert  <eggert@twinsun.com>
 
        * atexit.c (atexit): Define using a prototype.
index 171ece9885de4d8e9ee6c4552ab13473a242f701..cc617dc3e6f50e5f35bb3f52c4c96565f368575b 100644 (file)
@@ -1,5 +1,5 @@
 /* Program name management.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -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]);
  */