summaryrefslogtreecommitdiffstats
path: root/robots
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>2001-01-16 02:50:27 +0000
committercgd <cgd@NetBSD.org>2001-01-16 02:50:27 +0000
commitbf73580a4a388748a773b8bbd0b6b06bcbf390d8 (patch)
tree2a1e3ba62afc13af4022eef531ee4a35f25a4267 /robots
parent20527b9cee44c67025053db6f9949df9a3d8f630 (diff)
downloadbsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.tar.gz
bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.tar.zst
bsdgames-darwin-bf73580a4a388748a773b8bbd0b6b06bcbf390d8.zip
comment or delete text after CPP directives.
Diffstat (limited to 'robots')
-rw-r--r--robots/move_robs.c6
-rw-r--r--robots/play_level.c6
2 files changed, 6 insertions, 6 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;
diff --git a/robots/play_level.c b/robots/play_level.c
index 74a013f4..864fcf95 100644
--- a/robots/play_level.c
+++ b/robots/play_level.c
@@ -1,4 +1,4 @@
-/* $NetBSD: play_level.c,v 1.4 1997/10/12 14:10:01 lukem Exp $ */
+/* $NetBSD: play_level.c,v 1.5 2001/01/16 02:50:28 cgd Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)play_level.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: play_level.c,v 1.4 1997/10/12 14:10:01 lukem Exp $");
+__RCSID("$NetBSD: play_level.c,v 1.5 2001/01/16 02:50:28 cgd Exp $");
#endif
#endif /* not lint */
@@ -70,7 +70,7 @@ play_level()
move(Max.y, Max.x);
addch(inch());
standend();
-# endif DEBUG
+# endif /* DEBUG */
setjmp(End_move);
flush_in();
while (!Dead && Num_robots > 0) {