From: Bruno Haible Date: Mon, 19 Feb 2007 03:33:02 +0000 (+0000) Subject: exit.h is gone. X-Git-Tag: v0.17~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76ce0fea98ac80e35f9abb5ccc554940fbc696f;p=thirdparty%2Fgettext.git exit.h is gone. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index a4900038e..97409a206 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2007-02-19 Bruno Haible + + * tstgettext.c: Don't include exit.h. + * tstngettext.c: Likewise. + 2007-02-04 Bruno Haible * lang-java: Hide compiler warnings. diff --git a/gettext-tools/tests/tstgettext.c b/gettext-tools/tests/tstgettext.c index ce83b120d..a326c2826 100644 --- a/gettext-tools/tests/tstgettext.c +++ b/gettext-tools/tests/tstgettext.c @@ -1,5 +1,5 @@ /* gettext - retrieve text string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. Written by Ulrich Drepper , May 1995. This program is free software; you can redistribute it and/or modify @@ -33,7 +33,6 @@ #include "relocatable.h" #include "basename.h" #include "xalloc.h" -#include "exit.h" #include "propername.h" #include "xsetenv.h" diff --git a/gettext-tools/tests/tstngettext.c b/gettext-tools/tests/tstngettext.c index 39e400899..e73c10512 100644 --- a/gettext-tools/tests/tstngettext.c +++ b/gettext-tools/tests/tstngettext.c @@ -1,5 +1,5 @@ /* ngettext - retrieve plural form strings from message catalog and print them. - Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,6 @@ #include "progname.h" #include "relocatable.h" #include "basename.h" -#include "exit.h" #include "propername.h" #include "xsetenv.h"