mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtscreen: remove register keyword
This commit is contained in:
parent
3096ad03a8
commit
a66948f73e
2 changed files with 6 additions and 6 deletions
|
@ -342,10 +342,10 @@ shootup(perwindow *pwin, pyrostruct *pp, rocket *rp)
|
|||
static void
|
||||
burst(perwindow *pwin, pyrostruct *pp, rocket *rp)
|
||||
{
|
||||
register int starn;
|
||||
register int nstars, stype;
|
||||
register float rx, ry, sd; /* Help compiler optimize :-) */
|
||||
register float sx, sy;
|
||||
int starn;
|
||||
int nstars, stype;
|
||||
float rx, ry, sd; /* Help compiler optimize :-) */
|
||||
float sx, sy;
|
||||
|
||||
nstars = rp->nstars;
|
||||
stype = rp->shelltype;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue