diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 18:44:33 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 18:44:33 +0000 |
commit | 8655b4eabde2e5a142436fa182748e6452a13844 (patch) | |
tree | 59040bb0ae48f1780821924ae4c77745b79b2e70 /src | |
parent | 2dff6afdde43c35ffad076f0e28b364960896183 (diff) | |
download | coreutils-8655b4eabde2e5a142436fa182748e6452a13844.tar.xz |
Don't #define and #undef getopt around <stdlib.h>,
as this breaks the new regime that does "#define getopt rpl_getopt".
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/system.h b/src/system.h index 3497969a4..79ceb7748 100644 --- a/src/system.h +++ b/src/system.h @@ -129,10 +129,7 @@ void *memrchr (const void *, int, size_t); #endif #include <stdbool.h> - -#define getopt system_getopt #include <stdlib.h> -#undef getopt /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE |