summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/getopt.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 13:41:48 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-04-16 13:41:48 +0000
commitb517e15e9fb22ebb6d36127ff64470f8a00309d0 (patch)
treeaf53263115d70f4a420fc95c6c9b2228a701d6b1 /Build/source/texk/kpathsea/getopt.h
parent075862c5ff18610119538267c9b817d21d767780 (diff)
kpathsea: Minor build fix and clean up
git-svn-id: svn://tug.org/texlive/trunk@25986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.h')
-rw-r--r--Build/source/texk/kpathsea/getopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h
index a2530b8bf8f..8acf05fb4fb 100644
--- a/Build/source/texk/kpathsea/getopt.h
+++ b/Build/source/texk/kpathsea/getopt.h
@@ -121,8 +121,8 @@ struct option
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. And not when
- compiling with C++; g++ 4.7.0 has introduced a conflicting
- declaration. */
+ compiling with C++; g++ 4.7.0 chokes on conflicting exception
+ specifications. */
#if !defined (__cplusplus)
extern KPSEDLL int getopt (int argc, char *const *argv, const char *shortopts);
#endif