From: Daiki Ueno Date: Mon, 7 Apr 2014 07:03:29 +0000 (+0900) Subject: Update after gnulib changed. X-Git-Tag: v0.19~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd0b788feb5e393cbf9128bbfa23caf44013060;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index c3f09ca4a..0cbeb99cc 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2014-04-07 Daiki Ueno + + Update after gnulib changed. + * lib/obstack.h.diff: Update. + 2013-08-07 Daiki Ueno Update after gnulib changed. diff --git a/gnulib-local/lib/obstack.h.diff b/gnulib-local/lib/obstack.h.diff index ae294b5a1..c4d2013f7 100644 --- a/gnulib-local/lib/obstack.h.diff +++ b/gnulib-local/lib/obstack.h.diff @@ -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; - + /* 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; - + /* Pointer to beginning of object being allocated or to be allocated next. Note that this might not be the final address of the object