From db94b489c3e4d70cb718c04b349e275375778a79 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:44 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- bibletime/backend/btstringmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibletime/backend/btstringmgr.cpp b/bibletime/backend/btstringmgr.cpp index ca0ee83..23be250 100644 --- a/bibletime/backend/btstringmgr.cpp +++ b/bibletime/backend/btstringmgr.cpp @@ -54,7 +54,7 @@ bool BTStringMgr::supportsUnicode() const { const bool BTStringMgr::isUtf8(const char *buf) const { int i, n; - register unsigned char c; + unsigned char c; bool gotone = false; #define F 0 /* character never appears in text */ -- cgit v1.2.1