diff options
| author | Ulrich Drepper | 1997-12-04 01:16:52 +0000 |
|---|---|---|
| committer | Ulrich Drepper | 1997-12-04 01:16:52 +0000 |
| commit | 0db2ec7752fde2402181cb26762925a96275e7f3 (patch) | |
| tree | 0f398a149f74ece4e5a1d013681c335506de85f6 /lib-src | |
| parent | bc7d6816eea90f0623d9061cd2e29e92c22f217e (diff) | |
| download | emacs-0db2ec7752fde2402181cb26762925a96275e7f3.tar.gz emacs-0db2ec7752fde2402181cb26762925a96275e7f3.zip | |
automatically generated from GPLed version
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/getopt.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c index 2d3f3b64bf2..fc87ce67d69 100644 --- a/lib-src/getopt.c +++ b/lib-src/getopt.c | |||
| @@ -79,12 +79,6 @@ | |||
| 79 | #endif | 79 | #endif |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | #if defined (WINDOWS32) && !defined (__CYGWIN32__) | ||
| 83 | /* It's not Unix, really. See? Capital letters. */ | ||
| 84 | #include <windows.h> | ||
| 85 | #define getpid() GetCurrentProcessId() | ||
| 86 | #endif | ||
| 87 | |||
| 88 | #ifndef _ | 82 | #ifndef _ |
| 89 | /* This is for other GNU distributions with internationalized messages. | 83 | /* This is for other GNU distributions with internationalized messages. |
| 90 | When compiling libc, the _ macro is predefined. */ | 84 | When compiling libc, the _ macro is predefined. */ |
| @@ -262,8 +256,6 @@ static int nonoption_flags_len; | |||
| 262 | static int original_argc; | 256 | static int original_argc; |
| 263 | static char *const *original_argv; | 257 | static char *const *original_argv; |
| 264 | 258 | ||
| 265 | extern pid_t __libc_pid; | ||
| 266 | |||
| 267 | /* Make sure the environment variable bash 2.0 puts in the environment | 259 | /* Make sure the environment variable bash 2.0 puts in the environment |
| 268 | is valid for the getopt call we must make sure that the ARGV passed | 260 | is valid for the getopt call we must make sure that the ARGV passed |
| 269 | to getopt is that one passed to the process. */ | 261 | to getopt is that one passed to the process. */ |