summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/getopt.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-06 21:34:14 +0000
committerKarl Berry <karl@freefriends.org>2010-06-06 21:34:14 +0000
commitee806a6ea013cdd5e2d114b10a5dc13f524cf73a (patch)
tree1c8a19a2ee63e7cfad1cbdbdc50b7af1dde03dc4 /Build/source/texk/kpathsea/getopt.h
parent7bbe9591ca38b5fe9c3eea7d88734256de9397c1 (diff)
remove non-__STDC__ decl of getopt() for sake of AIX/Solaris
git-svn-id: svn://tug.org/texlive/trunk@18775 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.h')
-rw-r--r--Build/source/texk/kpathsea/getopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h
index a1e39724a90..69a40426506 100644
--- a/Build/source/texk/kpathsea/getopt.h
+++ b/Build/source/texk/kpathsea/getopt.h
@@ -133,7 +133,6 @@ extern int _getopt_internal (int argc, char *const *argv,
#endif /* MAKE_KPSE_DLL */
#else /* not __STDC__ */
-extern KPSEDLL int getopt ();
extern KPSEDLL int getopt_long ();
extern KPSEDLL int getopt_long_only ();