Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro před 4 roky
rodič 1ce2d9e3a7
revize db94b489c3
Podepsáno: MicheleC
ID GPG klíče: 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 */

Načítá se…
Zrušit
Uložit