summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TLpatches/patch-02-warning
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-13 22:32:47 +0000
committerKarl Berry <karl@freefriends.org>2017-02-13 22:32:47 +0000
commit370b138f85fb5eee6e176bcd9ad772ba178cb843 (patch)
tree8a61482b1002160dab258c9dc051c14abd2ab46d /Build/source/libs/teckit/TLpatches/patch-02-warning
parent11e8da1007c229802798bcb15cc69c62f5b8e5f6 (diff)
TLpatches seems nicer than all uppercase; sorry for churn
git-svn-id: svn://tug.org/texlive/trunk@43214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/TLpatches/patch-02-warning')
-rw-r--r--Build/source/libs/teckit/TLpatches/patch-02-warning14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/TLpatches/patch-02-warning b/Build/source/libs/teckit/TLpatches/patch-02-warning
new file mode 100644
index 00000000000..35f6c621c84
--- /dev/null
+++ b/Build/source/libs/teckit/TLpatches/patch-02-warning
@@ -0,0 +1,14 @@
+ Avoid compiler warning.
+
+diff -ur teckit-2.5.6.orig/source/Compiler.h teckit-2.5.6/source/Compiler.h
+--- teckit-2.5.6.orig/source/Compiler.h Tue May 31 05:37:08 2016
++++ teckit-2.5.6/source/Compiler.h Fri Dec 30 18:01:51 2016
+@@ -230,7 +230,7 @@
+ vector<UInt32> byteClassLines;
+ vector<UInt32> uniClassLines;
+
+- long passType;
++ UInt32 passType;
+ UInt32 uniDefault;
+ UInt8 byteDefault;
+ bool supplementaryChars;