Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 4 년 전
부모 61c25d7e11
커밋 9506fd9461
로그인 계정: MicheleC
GPG 키 ID: 2A75B7CA8ADED5CF

@ -3,7 +3,7 @@
// -------------------
// Baghira window decoration for KDE
// -------------------
// Copyright (c) 2004, 2005 Thomas Lübking
// Copyright (c) 2004, 2005 Thomas L<EFBFBD>bking
// Please see the header file for copyright and license information.
//////////////////////////////////////////////////////////////////////////////
@ -836,10 +836,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
output = lower.copy();
register uchar *i, *o;
register int a;
register int col;
register int w = upper.width();
uchar *i, *o;
int a;
int col;
int w = upper.width();
int row(upper.height() - 1);
do

@ -47,10 +47,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
output = lower.copy();
register uchar *i, *o;
register int a;
register int col;
register int w = upper.width();
uchar *i, *o;
int a;
int col;
int w = upper.width();
int row(upper.height() - 1);
do

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