]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a temporary hack.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 16:44:06 +0000 (16:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:44 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/propername.c

index 3e52e82c44525cf1056566e97b5536d48a3a7222..418b0946e89ba7daac02403be461fd01efa38336 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * propername.c: Temporarily use c_strstr always.
+
 2006-07-30  Bruno Haible  <bruno@clisp.org>
 
        * c-strstr.h: Renamed from strstr.h. Don't test HAVE_STRSTR.
index f66d828f45d1c2274b0fadd1c219fad159203451..5feceaf8525905cfee91dfc545475912e5de7872 100644 (file)
 #include "xalloc.h"
 #include "gettext.h"
 
+/* Temporary hack.  */
+#undef strstr
+#define strstr c_strstr
+
 
 /* Return the localization of NAME.  NAME is written in ASCII.  */