aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 21:06:03 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-05-28 21:06:03 +0000
commit064b20e506bb8b1628d55967c891a900f8838180 (patch)
tree8d9d880889bd1f484c7c40052ca9c4820f67613d /games
parent3a271666926f233e78ddcf8075bae73bfc666c32 (diff)
downloadsrc-064b20e506bb8b1628d55967c891a900f8838180.tar.gz
src-064b20e506bb8b1628d55967c891a900f8838180.zip
Comment out comments after #endif directives
Notes
Notes: svn path=/head/; revision=97427
Diffstat (limited to 'games')
-rw-r--r--games/mille/mille.c2
-rw-r--r--games/mille/mille.h2
-rw-r--r--games/mille/misc.c2
-rw-r--r--games/mille/move.c2
-rw-r--r--games/mille/save.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/games/mille/mille.c b/games/mille/mille.c
index e2f325514800..0966459fa8b7 100644
--- a/games/mille/mille.c
+++ b/games/mille/mille.c
@@ -50,7 +50,7 @@ static const char rcsid[] =
# include <signal.h>
# ifdef attron
# include <term.h>
-# endif attron
+# endif /* attron */
/*
* @(#)mille.c 1.3 (Berkeley) 5/10/83
diff --git a/games/mille/mille.h b/games/mille/mille.h
index f99cf454f610..a7cb7c0b73fd 100644
--- a/games/mille/mille.h
+++ b/games/mille/mille.h
@@ -167,7 +167,7 @@
# define erasechar() _tty.sg_erase
# define killchar() _tty.sg_kill
# endif
-# endif SYSV
+# endif /* SYSV */
typedef struct {
bool coups[NUM_SAFE];
diff --git a/games/mille/misc.c b/games/mille/misc.c
index dae6b20d8b96..002650214fc6 100644
--- a/games/mille/misc.c
+++ b/games/mille/misc.c
@@ -49,7 +49,7 @@ static const char rcsid[] =
# ifdef attron
# include <term.h>
# define _tty cur_term->Nttyb
-# endif attron
+# endif /* attron */
/*
* @(#)misc.c 1.2 (Berkeley) 3/28/83
diff --git a/games/mille/move.c b/games/mille/move.c
index 9ae7e3d4cff1..c7624fbc5725 100644
--- a/games/mille/move.c
+++ b/games/mille/move.c
@@ -47,7 +47,7 @@ static const char rcsid[] =
# ifdef attron
# include <term.h>
# define _tty cur_term->Nttyb
-# endif attron
+# endif /* attron */
/*
* @(#)move.c 1.2 (Berkeley) 3/28/83
diff --git a/games/mille/save.c b/games/mille/save.c
index a0e8debcc06b..54a1d38b0e4a 100644
--- a/games/mille/save.c
+++ b/games/mille/save.c
@@ -54,7 +54,7 @@ static const char rcsid[] =
# ifdef attron
# include <term.h>
# define _tty cur_term->Nttyb
-# endif attron
+# endif /* attron */
/*
* @(#)save.c 1.2 (Berkeley) 3/28/83