diff options
| author | Ulrich Drepper | 1997-09-11 18:13:19 +0000 |
|---|---|---|
| committer | Ulrich Drepper | 1997-09-11 18:13:19 +0000 |
| commit | c9364bbf2053e2a780c3203a8ca3c70a67d87c72 (patch) | |
| tree | a9e9396aa881d373349a01637f3e52f9b6b29177 /lib-src/getopt.c | |
| parent | c6a6499f7d2e51d439a8b96f53f9ba1c85407aec (diff) | |
| download | emacs-c9364bbf2053e2a780c3203a8ca3c70a67d87c72.tar.gz emacs-c9364bbf2053e2a780c3203a8ca3c70a67d87c72.zip | |
automatically generated from GPLed version
Diffstat (limited to 'lib-src/getopt.c')
| -rw-r--r-- | lib-src/getopt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index 7b56b57eb10..afcd308cc7b 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -276,7 +276,9 @@ store_args_and_env (int argc, char *const *argv) | |||
| 276 | original_argc = argc; | 276 | original_argc = argc; |
| 277 | original_argv = argv; | 277 | original_argv = argv; |
| 278 | } | 278 | } |
| 279 | # ifdef text_set_element | ||
| 279 | text_set_element (__libc_subinit, store_args_and_env); | 280 | text_set_element (__libc_subinit, store_args_and_env); |
| 281 | # endif /* text_set_element */ | ||
| 280 | 282 | ||
| 281 | # define SWAP_FLAGS(ch1, ch2) \ | 283 | # define SWAP_FLAGS(ch1, ch2) \ |
| 282 | if (nonoption_flags_len > 0) \ | 284 | if (nonoption_flags_len > 0) \ |