aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-01-15 13:05:11 +0100
committerBruno Haible <bruno@clisp.org>2012-06-30 17:36:59 +0200
commit9d8f622a8573f64f6b118497dd7916ec25bd808f (patch)
tree7a445aaeac8e19095bac13fa5a2d552556123fee
parent9b00b52586fbfa1230338f52c9dd98345015b565 (diff)
downloadandroid-libiconv-9d8f622a8573f64f6b118497dd7916ec25bd808f.tar.gz
android-libiconv-9d8f622a8573f64f6b118497dd7916ec25bd808f.tar.bz2
android-libiconv-9d8f622a8573f64f6b118497dd7916ec25bd808f.zip
Update after gnulib changed.
-rw-r--r--ChangeLog5
-rw-r--r--gnulib-local/lib/error.h.diff4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 276a36a..9cdead3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-01-06 Bruno Haible <bruno@clisp.org>
+ Update after gnulib changed.
+ * gnulib-local/lib/error.h.diff: Update.
+
+2012-01-06 Bruno Haible <bruno@clisp.org>
+
Talk about "native Windows API", not "Woe32".
* lib/relocatable.c: Update comments to mention native Windows.
diff --git a/gnulib-local/lib/error.h.diff b/gnulib-local/lib/error.h.diff
index 069df8d..e9f6130 100644
--- a/gnulib-local/lib/error.h.diff
+++ b/gnulib-local/lib/error.h.diff
@@ -7,7 +7,7 @@
function without parameters instead. */
! extern void (*error_print_progname) (void);
- /* This variable is incremented each time `error' is called. */
+ /* This variable is incremented each time 'error' is called. */
! extern unsigned int error_message_count;
/* Sometimes we want to have at most one error per line. This
@@ -22,7 +22,7 @@
function without parameters instead. */
! extern DLL_VARIABLE void (*error_print_progname) (void);
- /* This variable is incremented each time `error' is called. */
+ /* This variable is incremented each time 'error' is called. */
! extern DLL_VARIABLE unsigned int error_message_count;
/* Sometimes we want to have at most one error per line. This