aboutsummaryrefslogtreecommitdiffstats
path: root/gnulib-local/lib/error.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/lib/error.h.diff')
-rw-r--r--gnulib-local/lib/error.h.diff4
1 files changed, 2 insertions, 2 deletions
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