diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-12 03:03:05 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-12 03:03:05 +0000 |
commit | 464bf5d98ce6a9a142dc8e4bccc76cef3d94369f (patch) | |
tree | d7abc7ea470c535eda2dc6951e05d019d7e9a4ee /games/trek/move.c | |
parent | b252f8d0f6dc726b14efb8b561a77780f984c6dc (diff) |
Correct documentation, remove useless code, remove duplicate documentation,
don't compile with xTRACE defined, and trim things.
Diffstat (limited to 'games/trek/move.c')
-rw-r--r-- | games/trek/move.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/trek/move.c b/games/trek/move.c index 2a0ac6e1466..fa7a2fce807 100644 --- a/games/trek/move.c +++ b/games/trek/move.c @@ -1,4 +1,4 @@ -/* $OpenBSD: move.c,v 1.2 1998/08/19 07:41:50 pjanzen Exp $ */ +/* $OpenBSD: move.c,v 1.3 1999/03/12 03:02:42 pjanzen Exp $ */ /* $NetBSD: move.c,v 1.3 1995/04/22 10:59:12 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: move.c,v 1.2 1998/08/19 07:41:50 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: move.c,v 1.3 1999/03/12 03:02:42 pjanzen Exp $"; #endif #endif /* not lint */ @@ -76,9 +76,6 @@ static char rcsid[] = "$OpenBSD: move.c,v 1.2 1998/08/19 07:41:50 pjanzen Exp $" ** By the way, they also try to follow you (heh heh). ** ** Return value is the actual amount of time used. -** -** -** Uses trace flag 4. */ double |