diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-27 16:52:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-27 16:52:22 +0000 |
commit | 3cfa6e6c975e08ec4a2fa814a5ae5cbbf788fa4f (patch) | |
tree | 5c40ed8b89726abc97c175c2fc6161dd1759b47d /Build/source/texk/kpathsea/getopt.h | |
parent | 91faf4aff12ed61f8d3eebcb226dd4600a86b8dc (diff) |
remove non-prototyped getopt() declaration, vvv
git-svn-id: svn://tug.org/texlive/trunk@18529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.h')
-rw-r--r-- | Build/source/texk/kpathsea/getopt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h index 945ea7775f3..a1e39724a90 100644 --- a/Build/source/texk/kpathsea/getopt.h +++ b/Build/source/texk/kpathsea/getopt.h @@ -116,10 +116,6 @@ struct option differences in the consts, in stdlib.h. To avoid compilation errors, only prototype getopt for the GNU C library. */ extern KPSEDLL int getopt (int argc, char *const *argv, const char *shortopts); -#else /* not __GNU_LIBRARY__ */ -#ifndef __cplusplus -extern KPSEDLL int getopt (); -#endif /* not __cplusplus */ #endif /* __GNU_LIBRARY__ */ extern KPSEDLL int getopt_long (int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *longind); |