diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-21 08:43:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-21 08:43:06 +0000 |
commit | 5f1e1f1009f5ec04c87fdca8d9c1a56651f2391c (patch) | |
tree | 8a8179fca400aefbc671bd9e2afa85f4798bfb89 /Build/source/texk/kpathsea/getopt.h | |
parent | 5171fa05ebaf022ddbb0783e9b4874c5f587e6fe (diff) |
Revert r33105: Avoid Cygwin system getopt() - incompatible with GNU version
git-svn-id: svn://tug.org/texlive/trunk@33246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.h')
-rw-r--r-- | Build/source/texk/kpathsea/getopt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h index e96881d4e6f..8acf05fb4fb 100644 --- a/Build/source/texk/kpathsea/getopt.h +++ b/Build/source/texk/kpathsea/getopt.h @@ -47,9 +47,6 @@ extern "C" { #endif -#if !defined (__GETOPT_H__) -/* Avoid to redeclare the getopt API. */ - /* For communication from `getopt' to the caller. When `getopt' finds an option that takes an argument, the argument value is returned here. @@ -81,8 +78,6 @@ extern KPSEDLL int opterr; extern KPSEDLL int optopt; -#endif /* !__GETOPT_H__ */ - #ifndef __need_getopt /* Describe the long-named options requested by the application. The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector |