diff options
| author | cgd <cgd@NetBSD.org> | 2001-01-16 02:50:27 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2001-01-16 02:50:27 +0000 |
| commit | bf73580a4a388748a773b8bbd0b6b06bcbf390d8 (patch) | |
| tree | 2a1e3ba62afc13af4022eef531ee4a35f25a4267 /robots/move_robs.c | |
| parent | 20527b9cee44c67025053db6f9949df9a3d8f630 (diff) | |
| download | bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.tar.gz bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.zip | |
comment or delete text after CPP directives.
Diffstat (limited to 'robots/move_robs.c')
| -rw-r--r-- | robots/move_robs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robots/move_robs.c b/robots/move_robs.c index be354e0b..36927f9c 100644 --- a/robots/move_robs.c +++ b/robots/move_robs.c @@ -1,4 +1,4 @@ -/* $NetBSD: move_robs.c,v 1.5 1999/05/15 23:56:36 christos Exp $ */ +/* $NetBSD: move_robs.c,v 1.6 2001/01/16 02:50:28 cgd Exp $ */ /* * Copyright (c) 1980, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)move_robs.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: move_robs.c,v 1.5 1999/05/15 23:56:36 christos Exp $"); +__RCSID("$NetBSD: move_robs.c,v 1.6 2001/01/16 02:50:28 cgd Exp $"); #endif #endif /* not lint */ @@ -61,7 +61,7 @@ move_robots(was_sig) addch(inch()); move(Max.y, Max.x); addch(inch()); -# endif DEBUG +# endif /* DEBUG */ for (rp = Robots; rp < &Robots[MAXROBOTS]; rp++) { if (rp->y < 0) continue; |
