diff options
Diffstat (limited to 'robots')
| -rw-r--r-- | robots/move_robs.c | 6 | ||||
| -rw-r--r-- | robots/play_level.c | 6 |
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) { |
