diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:36:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:36:56 +0000 |
commit | 815aa8dc74cdce511947fa852bcbced1b21142ab (patch) | |
tree | eaf28e5cc38d4cb7989111e31598501cb2ae2fab /Build/source/utils/chktex/getopt.h | |
parent | ab392d1c4f5760a3f04ea3a4a53fee0c8cfaf37c (diff) |
chktex: Minor update
git-svn-id: svn://tug.org/texlive/trunk@25984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/chktex/getopt.h')
-rw-r--r-- | Build/source/utils/chktex/getopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/chktex/getopt.h b/Build/source/utils/chktex/getopt.h index a2530b8bf8f..8acf05fb4fb 100644 --- a/Build/source/utils/chktex/getopt.h +++ b/Build/source/utils/chktex/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 |