summaryrefslogtreecommitdiffstats
path: root/games/robots/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/robots/main.c')
-rw-r--r--games/robots/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/robots/main.c b/games/robots/main.c
index 6ca6f88..0be8409 100644
--- a/games/robots/main.c
+++ b/games/robots/main.c
@@ -52,9 +52,9 @@ main(ac, av)
int ac;
char **av;
{
- register char *sp;
- register bool bad_arg;
- register bool show_only;
+ char *sp;
+ bool bad_arg;
+ bool show_only;
extern char *Scorefile;
extern int Max_per_uid;
void quit();
@@ -173,7 +173,7 @@ quit()
*/
another()
{
- register int y;
+ int y;
#ifdef FANCY
if ((Stand_still || Pattern_roll) && !Newscore)
OpenPOWER on IntegriCloud