]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changes.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Jan 2007 14:05:00 +0000 (14:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:38 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/linebreak.c.diff

index e58ec3aab35ba3c0128473c5baf6fabfa5412647..c9de773a6f3a6ba52cdc9b13428ec4ceb20b0a7e 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-28  Bruno Haible  <bruno@clisp.org>
+
+       * lib/linebreak.c.diff: Update.
+
 2007-01-27  Bruno Haible  <bruno@clisp.org>
 
        Move a patch to gnulib.
index 1ca9f85a147340e97e7bd4a4811876625d1767c7..faffe7d35fc4fc058ece039d73c2690f8078c921 100644 (file)
@@ -3,9 +3,9 @@
 ***************
 *** 30,38 ****
   
-  #include "utf8-ucs4.h"
+  #include "utf8-ucs4-unsafe.h"
   
-  #include "utf16-ucs4.h"
+  #include "utf16-ucs4-unsafe.h"
   
 - #ifdef unused
   static inline int
   {
 --- 30,38 ----
   
-  #include "utf8-ucs4.h"
+  #include "utf8-ucs4-unsafe.h"
   
 + #ifdef unused
-  #include "utf16-ucs4.h"
+  #include "utf16-ucs4-unsafe.h"
   
   static inline int
   u32_mbtouc (unsigned int *puc, const unsigned int *s, size_t n)