]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
strpbrk.h is replaced by <string.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2007 02:07:25 +0000 (02:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:37 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msginit.c

index 6c186a06cd69555f8515f186c6a325a3ae2fca30..a0dcc4a923d166cc003f1a94c07996eba15ed5a5 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-26  Bruno Haible  <bruno@clisp.org>
+
+       * msginit.c: Don't include strpbrk.h, use <string.h> instead.
+
 2007-01-26  Bruno Haible  <bruno@clisp.org>
 
        * msgmerge.c: Don't include stpncpy.h, use <string.h> instead.
index a561672f4f0647fc2eaffe76054738409f09d7dd..a233f13eddb6fa877cae0bc7ba00141e8584ec45 100644 (file)
@@ -1,5 +1,5 @@
 /* Initializes a new PO file.
-   Copyright (C) 2001-2006 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,6 @@
 #include "progname.h"
 #include "relocatable.h"
 #include "basename.h"
-#include "strpbrk.h"
 #include "c-strstr.h"
 #include "c-strcase.h"
 #include "message.h"