diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-23 16:35:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-10-23 16:35:40 +0000 |
commit | 16bf9ff0d2574baf1055949532b3ac27c9e0c46b (patch) | |
tree | 5d723348e026845456bf42f236bbeb4355e8233d /Build/source/texk | |
parent | 6bc959b1c2e5d38f7609be5cff00df5c6325417c (diff) |
chktex: More remove TL vs W32TeX diffs (MSVC warnings)
git-svn-id: svn://tug.org/texlive/trunk@28060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/chktex/chktex-1.7.1-PATCHES/patch-13-char | 17 | ||||
-rw-r--r-- | Build/source/texk/chktex/chktex-1.7.1/FindErrs.c | 6 |
2 files changed, 16 insertions, 7 deletions
diff --git a/Build/source/texk/chktex/chktex-1.7.1-PATCHES/patch-13-char b/Build/source/texk/chktex/chktex-1.7.1-PATCHES/patch-13-char index 261a22c069c..fac30b29996 100644 --- a/Build/source/texk/chktex/chktex-1.7.1-PATCHES/patch-13-char +++ b/Build/source/texk/chktex/chktex-1.7.1-PATCHES/patch-13-char @@ -5,7 +5,7 @@ diff -ur chktex-1.7.1.orig/FindErrs.c chktex-1.7.1/FindErrs.c --- chktex-1.7.1.orig/FindErrs.c 2012-10-22 10:34:58.000000000 +0200 -+++ chktex-1.7.1/FindErrs.c 2012-10-22 20:53:21.000000000 +0200 ++++ chktex-1.7.1/FindErrs.c 2012-10-23 17:58:04.000000000 +0200 @@ -1027,11 +1027,11 @@ * */ @@ -29,9 +29,22 @@ diff -ur chktex-1.7.1.orig/FindErrs.c chktex-1.7.1/FindErrs.c MatchC, Char; /* Char. currently processed */ unsigned long CmdLen; /* Length of misc. things */ int MixingQuotes; +@@ -1505,11 +1505,7 @@ + HERE(1, emUseQuoteLiga); + break; + +- /* One of these are unnecessary, but what the heck... */ +- case 180: /* ´. NOTE: '\xb4' gets converted to - something */ +- case ~(0xff & (~180)): /* This yields 0xff...fb4 in */ +- /* arbitrary precision. */ +- ++ case '\264': /* '´' */ + HERE(1, emUseOtherQuote); + break; + diff -ur chktex-1.7.1.orig/Utility.h chktex-1.7.1/Utility.h --- chktex-1.7.1.orig/Utility.h 2012-08-04 18:40:33.000000000 +0200 -+++ chktex-1.7.1/Utility.h 2012-10-22 20:53:20.707448783 +0200 ++++ chktex-1.7.1/Utility.h 2012-10-22 20:53:20.000000000 +0200 @@ -150,9 +150,9 @@ struct ErrInfo *PopErr(struct Stack *Stack); struct ErrInfo *TopMatch(struct Stack *Stack, char *String); diff --git a/Build/source/texk/chktex/chktex-1.7.1/FindErrs.c b/Build/source/texk/chktex/chktex-1.7.1/FindErrs.c index 6d7507718ee..d977d52ddd8 100644 --- a/Build/source/texk/chktex/chktex-1.7.1/FindErrs.c +++ b/Build/source/texk/chktex/chktex-1.7.1/FindErrs.c @@ -1505,11 +1505,7 @@ int FindErr(const char *_RealBuf, const unsigned long _Line) HERE(1, emUseQuoteLiga); break; - /* One of these are unnecessary, but what the heck... */ - case 180: /* ´. NOTE: '\xb4' gets converted to - something */ - case ~(0xff & (~180)): /* This yields 0xff...fb4 in */ - /* arbitrary precision. */ - + case '\264': /* '´' */ HERE(1, emUseOtherQuote); break; |