Comment out comments after #endif directives
This commit is contained in:
parent
3a27166692
commit
064b20e506
@ -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
|
||||
|
@ -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];
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user