summaryrefslogtreecommitdiffstats
path: root/gnulib-local
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-04-07 16:03:29 +0900
committerDaiki Ueno <ueno@gnu.org>2014-04-07 16:03:29 +0900
commitcdd0b788feb5e393cbf9128bbfa23caf44013060 (patch)
tree6c43ecbd2d3c9a9e8d48ee92cee35ae7faee174b /gnulib-local
parent0d3df13bf940bf3a8fe798478ba6f7c0226e7b3a (diff)
downloadexternal_gettext-cdd0b788feb5e393cbf9128bbfa23caf44013060.zip
external_gettext-cdd0b788feb5e393cbf9128bbfa23caf44013060.tar.gz
external_gettext-cdd0b788feb5e393cbf9128bbfa23caf44013060.tar.bz2
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r--gnulib-local/ChangeLog5
-rw-r--r--gnulib-local/lib/obstack.h.diff12
2 files changed, 11 insertions, 6 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog
index c3f09ca..0cbeb99 100644
--- a/gnulib-local/ChangeLog
+++ b/gnulib-local/ChangeLog
@@ -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.
diff --git a/gnulib-local/lib/obstack.h.diff b/gnulib-local/lib/obstack.h.diff
index ae294b5..c4d2013 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