diff options
-rw-r--r-- | gcc/protoize.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 51c825b..5a65334 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -75,6 +75,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ with something from a system header file, so effectively nullify that. */ #define getopt getopt_loser #include "getopt.h" +#undef getopt extern int errno; extern char *sys_errlist[]; |