]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 13 May 2007 23:13:22 +0000 (23:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:48 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgl-check.c
gettext-tools/src/po-lex.c

index c7e83cd4740facfea6f0b8d6bfb95bd012f4f096..488981e8fddfc5af53c2804eb07c700ff04b29f7 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-13  Bruno Haible  <bruno@clisp.org>
+
+       * msgl-check.c: Include stdio.h instead of vasprintf.h.
+       * po-lex.c: Don't include vasprintf.h.
+
 2007-03-27  Bruno Haible  <bruno@clisp.org>
 
        * hostname.c (usage): Ask translators to specify a translation bug
index da7e334514d1bb54660ecb19df12879bb441f40c..383ccf5971118c8548a4e6952d99728f95dcb4ec 100644 (file)
@@ -26,6 +26,7 @@
 #include <limits.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
@@ -39,7 +40,6 @@
 #include "plural-eval.h"
 #include "plural-table.h"
 #include "c-strstr.h"
-#include "vasprintf.h"
 #include "message.h"
 #include "gettext.h"
 
index ba164e12cee285cfcb94c6a023d81be3945c71d9..73459be1fda321a52ed42decd88f29d560709ea9 100644 (file)
@@ -39,7 +39,6 @@
 
 #include "c-ctype.h"
 #include "linebreak.h"
-#include "vasprintf.h"
 #include "gettext.h"
 #include "po-charset.h"
 #include "xalloc.h"