summaryrefslogtreecommitdiffstats
path: root/games/pig/pig.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/pig/pig.c')
-rw-r--r--games/pig/pig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pig/pig.c b/games/pig/pig.c
index 51040d9..f0d113f 100644
--- a/games/pig/pig.c
+++ b/games/pig/pig.c
@@ -59,7 +59,7 @@ main(argc, argv)
int argc;
char *argv[];
{
- register int len;
+ int len;
int ch;
char buf[1024];
@@ -95,7 +95,7 @@ pigout(buf, len)
char *buf;
int len;
{
- register int ch, start;
+ int ch, start;
int olen;
/*
OpenPOWER on IntegriCloud