]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
exit.h is gone.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Feb 2007 03:33:02 +0000 (03:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:41 +0000 (12:14 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/tstgettext.c
gettext-tools/tests/tstngettext.c

index a4900038e7b5cb2913174cb2e18e485b3dac03ea..97409a20635f6af63b3e93ed8796328586295e23 100644 (file)
@@ -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.
index ce83b120dd8af41aa4a5069f4de73fdfc13acd80..a326c2826578e8a6d2f56c66909f30b35da31931 100644 (file)
@@ -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"
 
index 39e4008991603a8cc22e9aad6c821887ccba48ef..e73c105126dd17b6f51a4f25ce68c93eaf3c14f3 100644 (file)
@@ -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"