summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/TLpatches/patch-02-warning
blob: 44c5e14266d9097246594442f52a787a4d253060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur teckit-2.5.10/source/Compiler.h teckit-src/source/Compiler.h
--- teckit-2.5.10/source/Compiler.h	Tue May 05 23:09:53 2020
+++ teckit-src/source/Compiler.h	Wed May 06 08:59:39 2020
@@ -229,7 +229,7 @@
 		vector<UInt32>		byteClassLines;
 		vector<UInt32>		uniClassLines;
 
-		long				passType;
+		UInt32				passType;
 		UInt32				uniDefault;
 		UInt8				byteDefault;
 		bool				supplementaryChars;