summaryrefslogtreecommitdiffstats
path: root/games/mille/roll.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/mille/roll.c')
-rw-r--r--games/mille/roll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mille/roll.c b/games/mille/roll.c
index b91a8d9..017ac3f 100644
--- a/games/mille/roll.c
+++ b/games/mille/roll.c
@@ -47,9 +47,9 @@ static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93";
*/
roll(ndie, nsides)
-reg int ndie, nsides; {
+int ndie, nsides; {
- reg int tot;
+ int tot;
tot = 0;
while (ndie--)
OpenPOWER on IntegriCloud