summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/files/extra-glibc-getopt.h
blob: 300584ba0825c5813739047ff7d39c7387ca6c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- src/glibc-getopt.h.orig	Fri Dec  6 08:24:36 2002
+++ src/glibc-getopt.h	Fri Dec  6 08:29:58 2002
@@ -37,12 +37,11 @@
 #  define ELIDE_CODE
 # endif
 #endif
+#define ELIDE_CODE
 #ifndef ELIDE_CODE
 #  define opterr my_opterr
 #  define optind my_optind
 #  define optopt my_optopt
-#endif
-
 
 #ifdef  __cplusplus
 extern "C" {
@@ -186,5 +185,6 @@
 
 /* Make sure we later can get all the definitions and declarations.  */
 #undef __need_getopt
+#endif /* ELIDE_CODE */
 
 #endif /* getopt.h */