+2012-01-06 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * lib/argmatch.h.diff: Update.
+ * lib/error.h.diff: Update.
+ * lib/fnmatch_loop.c.diff: Update.
+ * lib/getopt.in.h.diff: Update.
+ * lib/obstack.h.diff: Update.
+
2011-10-18 Daniel Richard G. <skunk@iskunk.org> (tiny change)
Support for old NeXTstep 3.3 gcc.
***************
*** 50,56 ****
return. By default, this is a function that calls ARGMATCH_DIE which
- in turn defaults to `exit (exit_failure)'. */
+ in turn defaults to 'exit (exit_failure)'. */
typedef void (*argmatch_exit_fn) (void);
! extern argmatch_exit_fn argmatch_die;
--- 50,56 ----
return. By default, this is a function that calls ARGMATCH_DIE which
- in turn defaults to `exit (exit_failure)'. */
+ in turn defaults to 'exit (exit_failure)'. */
typedef void (*argmatch_exit_fn) (void);
! extern DLL_VARIABLE argmatch_exit_fn argmatch_die;
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
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
case L_('@'):
do
-! /* I cannot believe it but `strcat' is actually acceptable
+! /* I cannot believe it but 'strcat' is actually acceptable
! here. Match the entire string with the prefix from the
! pattern list and the rest of the pattern following the
! pattern list. */
! {
! struct patternlist *next;
!
-! /* I cannot believe it but `strcat' is actually acceptable
+! /* I cannot believe it but 'strcat' is actually acceptable
! here. Match the entire string with the prefix from the
! pattern list and the rest of the pattern following the
! pattern list. */
defined in this header. When this happens, include the
***************
*** 111,117 ****
- Also, when `ordering' is RETURN_IN_ORDER,
+ Also, when 'ordering' is RETURN_IN_ORDER,
each non-option ARGV-element is returned here. */
! extern char *optarg;
/* Index in ARGV of the next element to be scanned.
This is used for communication to and from the caller
--- 119,125 ----
- Also, when `ordering' is RETURN_IN_ORDER,
+ Also, when 'ordering' is RETURN_IN_ORDER,
each non-option ARGV-element is returned here. */
! extern DLL_VARIABLE char *optarg;
This is used for communication to and from the caller
***************
*** 125,140 ****
- Otherwise, `optind' communicates from one call to the next
+ Otherwise, 'optind' communicates from one call to the next
how much of ARGV has been scanned so far. */
! extern int optind;
- /* Callers store zero here to inhibit the error message `getopt' prints
+ /* Callers store zero here to inhibit the error message 'getopt' prints
for unrecognized options. */
! extern int opterr;
#ifndef __need_getopt
/* Describe the long-named options requested by the application.
--- 133,148 ----
- Otherwise, `optind' communicates from one call to the next
+ Otherwise, 'optind' communicates from one call to the next
how much of ARGV has been scanned so far. */
! extern DLL_VARIABLE int optind;
- /* Callers store zero here to inhibit the error message `getopt' prints
+ /* Callers store zero here to inhibit the error message 'getopt' prints
for unrecognized options. */
! extern DLL_VARIABLE int opterr;
return. The default action is to print a message and abort. */
! extern void (*obstack_alloc_failed_handler) (void);
- /* Exit value used when `print_and_abort' is used. */
+ /* Exit value used when 'print_and_abort' is used. */
! extern int obstack_exit_failure;
\f
/* Pointer to beginning of object being allocated or to be allocated next.
return. The default action is to print a message and abort. */
! extern DLL_VARIABLE void (*obstack_alloc_failed_handler) (void);
- /* Exit value used when `print_and_abort' is used. */
+ /* Exit value used when 'print_and_abort' is used. */
! extern DLL_VARIABLE int obstack_exit_failure;
\f
/* Pointer to beginning of object being allocated or to be allocated next.