diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-06 21:34:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-06 21:34:14 +0000 |
commit | ee806a6ea013cdd5e2d114b10a5dc13f524cf73a (patch) | |
tree | 1c8a19a2ee63e7cfad1cbdbdc50b7af1dde03dc4 /Build/source/texk | |
parent | 7bbe9591ca38b5fe9c3eea7d88734256de9397c1 (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')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/getopt.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 8ef552e867a..074eb007f28 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2010-06-06 Karl Berry <karl@tug.org> + + * getopt.h (getopt) [! __STDC__]: remove decl since AIX/Solaris + compilers complain (vvv, tlbuild 07 Jun 2010 01:30:47). + 2010-06-04 Karl Berry <karl@tug.org> * configure.ac (kpse_lib_devel): empty for TeX Live 2010 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 (); |