From: Bruno Haible Date: Sat, 27 Jan 2007 02:03:53 +0000 (+0000) Subject: stpcpy.h is replaced by . X-Git-Tag: v0.17~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895fd7d728112359b380189e4b6fe236767ac4f7;p=thirdparty%2Fgettext.git stpcpy.h is replaced by . --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 2fca1a50f..8c185a58c 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2007-01-26 Bruno Haible + + * msgfmt.c: Don't include stpcpy.h, use instead. + * msgmerge.c: Likewise. + 2007-01-21 Bruno Haible * msgl-iconv.c (convert_string, convert_msgstr, iconvable_string, diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c index c1a2deabf..6993239aa 100644 --- a/gettext-tools/src/msgfmt.c +++ b/gettext-tools/src/msgfmt.c @@ -1,5 +1,5 @@ /* Converts Uniforum style .po files to binary .mo files - Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software; you can redistribute it and/or modify @@ -38,7 +38,6 @@ #include "xerror.h" #include "xvasprintf.h" #include "xalloc.h" -#include "stpcpy.h" #include "exit.h" #include "msgfmt.h" #include "write-mo.h" diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index 03a672731..9f99cf015 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -52,7 +52,6 @@ #include "c-strstr.h" #include "exit.h" #include "c-strcase.h" -#include "stpcpy.h" #include "stpncpy.h" #include "po-charset.h" #include "msgl-iconv.h"