From: Bruno Haible Date: Wed, 12 Jan 2005 12:52:25 +0000 (+0000) Subject: Update 'progname' module from gnulib. X-Git-Tag: v0.14.2~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6a46fcb4c9566aa894d9d46e75108814911015;p=thirdparty%2Fgettext.git Update 'progname' module from gnulib. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index c0cef7f78..32568737d 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -63,6 +63,10 @@ * setenv.c: Import changes from coreutils. +2004-08-03 Simon Josefsson + + * progname.h: Don't include stdbool.h. + 2003-09-08 Paul Eggert * atexit.c (atexit): Define using a prototype. diff --git a/gettext-tools/lib/progname.h b/gettext-tools/lib/progname.h index 171ece988..cc617dc3e 100644 --- a/gettext-tools/lib/progname.h +++ b/gettext-tools/lib/progname.h @@ -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 , 2001. This program is free software; you can redistribute it and/or modify @@ -19,8 +19,6 @@ #ifndef _PROGNAME_H #define _PROGNAME_H -#include - /* Programs using this file should do the following in main(): set_program_name (argv[0]); */