From 4b5c89df315b4317ec558fe10e1a9c661dc65515 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 21:06:03 +0000 Subject: Comment out comments after #endif directives --- games/mille/mille.c | 2 +- games/mille/mille.h | 2 +- games/mille/misc.c | 2 +- games/mille/move.c | 2 +- games/mille/save.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'games/mille') diff --git a/games/mille/mille.c b/games/mille/mille.c index e2f3255..0966459 100644 --- a/games/mille/mille.c +++ b/games/mille/mille.c @@ -50,7 +50,7 @@ static const char rcsid[] = # include # ifdef attron # include -# 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 f99cf45..a7cb7c0 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 dae6b20..0026502 100644 --- a/games/mille/misc.c +++ b/games/mille/misc.c @@ -49,7 +49,7 @@ static const char rcsid[] = # ifdef attron # include # 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 9ae7e3d..c7624fb 100644 --- a/games/mille/move.c +++ b/games/mille/move.c @@ -47,7 +47,7 @@ static const char rcsid[] = # ifdef attron # include # 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 a0e8deb..54a1d38 100644 --- a/games/mille/save.c +++ b/games/mille/save.c @@ -54,7 +54,7 @@ static const char rcsid[] = # ifdef attron # include # define _tty cur_term->Nttyb -# endif attron +# endif /* attron */ /* * @(#)save.c 1.2 (Berkeley) 3/28/83 -- cgit v1.1