From: Bruno Haible Date: Mon, 31 Jul 2006 16:44:06 +0000 (+0000) Subject: Add a temporary hack. X-Git-Tag: 0.16.x-branchpoint~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61f31b93bc5fc3340337fb3bff5947bc5dbdc36;p=thirdparty%2Fgettext.git Add a temporary hack. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 3e52e82c4..418b0946e 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-07-30 Bruno Haible + + * propername.c: Temporarily use c_strstr always. + 2006-07-30 Bruno Haible * c-strstr.h: Renamed from strstr.h. Don't test HAVE_STRSTR. diff --git a/gettext-tools/lib/propername.c b/gettext-tools/lib/propername.c index f66d828f4..5feceaf85 100644 --- a/gettext-tools/lib/propername.c +++ b/gettext-tools/lib/propername.c @@ -38,6 +38,10 @@ #include "xalloc.h" #include "gettext.h" +/* Temporary hack. */ +#undef strstr +#define strstr c_strstr + /* Return the localization of NAME. NAME is written in ASCII. */