Update after gnulib changed.
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