summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 02:19:09 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-23 02:19:09 +0000
commit0eaf34b634118d0cfbbed6289d092df4b7f9f754 (patch)
treefcae8fa2493245d7a590e2bd8b5b7c8687d7a096 /Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl
parentf94ae4a578234cf288e4c19139dee918fcd6adce (diff)
texk/chktex: New convention
git-svn-id: svn://tug.org/texlive/trunk@39827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl')
-rw-r--r--Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl b/Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl
deleted file mode 100644
index 911c753a1d2..00000000000
--- a/Build/source/texk/chktex/chktex-1.7.4-PATCHES/patch-03-late-decl
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur chktex-1.7.4.orig/FindErrs.c chktex-1.7.4/FindErrs.c
---- chktex-1.7.4.orig/FindErrs.c 2015-04-11 20:37:49.000000000 +0200
-+++ chktex-1.7.4/FindErrs.c 2015-04-12 03:17:11.000000000 +0200
-@@ -1059,8 +1059,8 @@
- {
- if ( *e == '-' && 0 == strncmp( BufPtr, e, strlen(e) ) )
- {
-- TmpPtr = BufPtr;
- char *f = e;
-+ TmpPtr = BufPtr;
- while ( f > exception && *(--f) == *(--TmpPtr) )
- {
- /* Nothing */