From 8655b4eabde2e5a142436fa182748e6452a13844 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 Nov 2004 18:44:33 +0000 Subject: Don't #define and #undef getopt around , as this breaks the new regime that does "#define getopt rpl_getopt". --- src/system.h | 3 --- 1 file changed, 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 - -#define getopt system_getopt #include -#undef getopt /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE -- cgit v1.2.3-54-g00ecf