Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit db94b489c3)
r14.0.x
Michele Calgaro 4 years ago
parent e340638e4f
commit 0ff5e7fab0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 */

Loading…
Cancel
Save