summaryrefslogtreecommitdiffstats
path: root/games/backgammon/common_source/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/backgammon/common_source/table.c')
-rw-r--r--games/backgammon/common_source/table.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c
index d8f074d..b64f09b 100644
--- a/games/backgammon/common_source/table.c
+++ b/games/backgammon/common_source/table.c
@@ -81,8 +81,8 @@ checkmove (ist)
int ist;
{
- register int j, n;
- register char c;
+ int j, n;
+ char c;
char a;
domove:
@@ -202,10 +202,10 @@ dochar:
dotable (c,i)
char c;
-register int i;
+int i;
{
- register int a, j;
+ int a, j;
int test;
test = (c == 'R');
@@ -298,7 +298,7 @@ register int i;
}
rsetbrd () {
- register int i, j, n;
+ int i, j, n;
n = 0;
mvl = 0;
OpenPOWER on IntegriCloud