1
0
Fork 0
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:
Jon Trulson 2018-06-27 17:37:18 -06:00
parent 3096ad03a8
commit a66948f73e
2 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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,