Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 4 years ago
parent 1ce2d9e3a7
commit db94b489c3
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