mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
maint: fix a masked syntax-check violation
* m4/jm-macros.m4 (ARGMATCH_DIE): Use usage(EXIT_FAILURE), not usage(1). * .x-sc_prohibit_magic_number_exit: Remove *.m4 exemption that was masking the above.
This commit is contained in:
parent
6f6f599867
commit
f267926f2d
@ -1,3 +1,2 @@
|
||||
configure.ac
|
||||
*.m4
|
||||
ChangeLog*
|
||||
|
||||
@ -35,8 +35,8 @@ AC_DEFUN([coreutils_MACROS],
|
||||
|
||||
AC_REQUIRE([AC_FUNC_FSEEKO])
|
||||
|
||||
# By default, argmatch should fail calling usage (1).
|
||||
AC_DEFINE([ARGMATCH_DIE], [usage (1)],
|
||||
# By default, argmatch should fail calling usage (EXIT_FAILURE).
|
||||
AC_DEFINE([ARGMATCH_DIE], [usage (EXIT_FAILURE)],
|
||||
[Define to the function xargmatch calls on failures.])
|
||||
AC_DEFINE([ARGMATCH_DIE_DECL], [void usage (int _e)],
|
||||
[Define to the declaration of the xargmatch failure function.])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user