diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-16 02:58:06 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-16 02:58:06 +0000 |
commit | 727bf60729b6e2f693b3a1162a2f4b32e49bf8bd (patch) | |
tree | a0cca4d47c73890ff2acd4b0d9331509ac360eb2 /games/battlestar/cypher.c | |
parent | 879099e5568801911b66f1ea9085fed24fc12560 (diff) | |
download | src-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.tar.gz src-727bf60729b6e2f693b3a1162a2f4b32e49bf8bd.zip |
Sync our register usage with NetBSD's (non-)usage.
Notes
Notes:
svn path=/head/; revision=53210
Diffstat (limited to 'games/battlestar/cypher.c')
-rw-r--r-- | games/battlestar/cypher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index af65af4e4d76..f15d81643b6b 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)cypher.c 8.1 (Berkeley) 5/31/93"; cypher() { - register int n; + int n; int junk; int lflag = -1; char buffer[10]; |