Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 4 년 전
부모 1ce2d9e3a7
커밋 db94b489c3
로그인 계정: MicheleC
GPG 키 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 */

불러오는 중...
취소
저장