summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-19 03:33:02 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:41 +0200
commitd76ce0fea98ac80e35f9abb5ccc554940fbc696f (patch)
tree4b3ca2c635dfcafd3faf456bb6ee416997b7f0c0
parent3d2396ea33f686f48485c87ef07f4c86c87e1df5 (diff)
downloadgettext-d76ce0fea98ac80e35f9abb5ccc554940fbc696f.tar.gz
exit.h is gone.
-rw-r--r--gettext-tools/tests/ChangeLog5
-rw-r--r--gettext-tools/tests/tstgettext.c3
-rw-r--r--gettext-tools/tests/tstngettext.c3
3 files changed, 7 insertions, 4 deletions
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 <bruno@clisp.org>
+
+ * tstgettext.c: Don't include exit.h.
+ * tstngettext.c: Likewise.
+
2007-02-04 Bruno Haible <bruno@clisp.org>
* 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 <drepper@gnu.ai.mit.edu>, 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"