summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch/files/patch-src_sphinxint.h
blob: 3ab82f152d667a484f59069145d29428f48db8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/sphinxint.h.orig	2018-02-03 10:17:12 UTC
+++ src/sphinxint.h
@@ -1074,8 +1074,8 @@ inline int FindBit ( DWORD uValue )
 
 inline int sphEncodeVLB8 ( BYTE * buf, uint64_t v )
 {
-	register BYTE b;
-	register int n = 0;
+	BYTE b;
+	int n = 0;
 
 	do
 	{