dtscreen: remove register keyword
This commit is contained in:
@@ -168,8 +168,8 @@ initrotor(perwindow *pwin)
|
||||
void
|
||||
drawrotor(perwindow *pwin)
|
||||
{
|
||||
register flightstruct *fs;
|
||||
register struct elem *pelem;
|
||||
flightstruct *fs;
|
||||
struct elem *pelem;
|
||||
int thisx,
|
||||
thisy;
|
||||
int i,
|
||||
|
||||
Reference in New Issue
Block a user