summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 23:52:50 +0900
commit0ff5e7fab001c55b033e1fa00496d9125a3c340b (patch)
treee33f1573599bea8b50922253c9db70fff59a2e5f
parente340638e4f0d1d8b2316f6ff50d6c0752b5d6035 (diff)
downloadbibletime-0ff5e7fab001c55b033e1fa00496d9125a3c340b.tar.gz
bibletime-0ff5e7fab001c55b033e1fa00496d9125a3c340b.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db94b489c3e4d70cb718c04b349e275375778a79)
-rw-r--r--bibletime/backend/btstringmgr.cpp2
1 files changed, 1 insertions, 1 deletions
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 */