summaryrefslogtreecommitdiff
path: root/games-board/xmahjongg/files/xmahjongg-3.7-drop-register-keyword.patch
blob: 6645f6fc5e3344b2427d0c6f0698895281c90069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Bug: https://bugs.gentoo.org/895896
--- a/liblcdf/permstr.cc
+++ b/liblcdf/permstr.cc
@@ -111,8 +111,8 @@ static int scatter[] = {        /* map characters to random values */
 void
 PermString::initialize(const char* s, int length)
 {
-    register unsigned char* m = (unsigned char*) s;
-    register unsigned char* mm;
+    unsigned char* m = (unsigned char*) s;
+    unsigned char* mm;
 
     if (length < 0)
 	length = (s ? strlen(s) : 0);