summaryrefslogtreecommitdiffstats
path: root/games/bcd
diff options
context:
space:
mode:
Diffstat (limited to 'games/bcd')
-rw-r--r--games/bcd/bcd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c
index f3542b6..3e05953 100644
--- a/games/bcd/bcd.c
+++ b/games/bcd/bcd.c
@@ -149,11 +149,11 @@ main(argc, argv)
#define COLUMNS 48
printcard(str)
- register char *str;
+ char *str;
{
static char rowchars[] = " 123456789";
- register int i, row;
- register char *p;
+ int i, row;
+ char *p;
char *index();
/* ruthlessly remove newlines and truncate at 48 characters. */
OpenPOWER on IntegriCloud