mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
automatically generated from GPLed version
This commit is contained in:
parent
6ea87be73b
commit
b903988475
1 changed files with 2 additions and 0 deletions
2
getopt.c
2
getopt.c
|
@ -276,7 +276,9 @@ store_args_and_env (int argc, char *const *argv)
|
|||
original_argc = argc;
|
||||
original_argv = argv;
|
||||
}
|
||||
# ifdef text_set_element
|
||||
text_set_element (__libc_subinit, store_args_and_env);
|
||||
# endif /* text_set_element */
|
||||
|
||||
# define SWAP_FLAGS(ch1, ch2) \
|
||||
if (nonoption_flags_len > 0) \
|
||||
|
|
Loading…
Reference in a new issue