1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

tweak comment

This commit is contained in:
Jim Meyering
1999-01-25 13:59:34 +00:00
parent 7049562dce
commit 8908c87cb0

View File

@@ -53,8 +53,8 @@ int argcasematch
# define ARGCASEMATCH(Arg, Arglist, Vallist) \
argcasematch ((Arg), (Arglist), (const char *) (Vallist), sizeof (*(Vallist)))
/* Function called when xargmatch fails. It should not return.
By default, this is a function that calls ARGMATCH_DIE which
/* xargmatch calls this function when it fails. This function should not
return. By default, this is a function that calls ARGMATCH_DIE which
in turn defaults to `exit (EXIT_FAILURE)'. */
typedef void (*argmatch_exit_fn) PARAMS ((void));
extern argmatch_exit_fn argmatch_die;