Comment out comments after #endif directives

This commit is contained in:
Alfred Perlstein 2002-05-28 21:06:03 +00:00
parent 3a27166692
commit 064b20e506
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97427
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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];

View file

@ -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

View file

@ -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

View file

@ -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