Now compiled only for Windows, remove unnecessary #if.
This commit is contained in:
parent
2f69a569bd
commit
23571862b3
2 changed files with 0 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
#if defined(_WIN32)
|
||||
/* Getopt for GNU.
|
||||
NOTE: getopt is now part of the C library, so if you don't know what
|
||||
"Keep this file name-space clean" means, talk to drepper@gnu.org
|
||||
|
@ -986,4 +985,3 @@ getopt (argc, argv, optstring)
|
|||
}
|
||||
|
||||
#endif /* Not ELIDE_CODE. */
|
||||
#endif /* _WIN32 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue