]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorDaiki Ueno <ueno@gnu.org>
Mon, 7 Apr 2014 07:03:29 +0000 (16:03 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 7 Apr 2014 07:03:29 +0000 (16:03 +0900)
gnulib-local/ChangeLog
gnulib-local/lib/obstack.h.diff

index c3f09ca4ac4c0d651d43198824c7a80a2fa53c50..0cbeb99cc24b42d8a91738dc10ba54021cbc3c52 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-07  Daiki Ueno  <ueno@gnu.org>
+
+       Update after gnulib changed.
+       * lib/obstack.h.diff: Update.
+
 2013-08-07  Daiki Ueno  <ueno@gnu.org>
 
        Update after gnulib changed.
index ae294b5a1425f464b41033a50c1f4f4991e483e5..c4d2013f7d2527e560f6a5c1b94b6d8ca89fe4fa 100644 (file)
@@ -1,7 +1,7 @@
-*** obstack.h  2005-10-15 01:23:50.000000000 +0200
---- obstack.h  2006-07-22 17:48:51.000000000 +0200
+*** obstack.h.orig     2014-04-07 15:57:16.908837962 +0900
+--- obstack.h  2014-04-07 15:58:22.208411479 +0900
 ***************
-*** 193,202 ****
+*** 201,210 ****
      more memory.  This can be set to a user defined function which
      should either abort gracefully or use longjump - but shouldn't
      return.  The default action is to print a message and abort.  */
@@ -9,10 +9,10 @@
   
   /* Exit value used when 'print_and_abort' is used.  */
 ! extern int obstack_exit_failure;
-  \f
+  
   /* Pointer to beginning of object being allocated or to be allocated next.
      Note that this might not be the final address of the object
---- 192,201 ----
+--- 201,210 ----
      more memory.  This can be set to a user defined function which
      should either abort gracefully or use longjump - but shouldn't
      return.  The default action is to print a message and abort.  */
@@ -20,6 +20,6 @@
   
   /* Exit value used when 'print_and_abort' is used.  */
 ! extern DLL_VARIABLE int obstack_exit_failure;
-  \f
+  
   /* Pointer to beginning of object being allocated or to be allocated next.
      Note that this might not be the final address of the object