From 222e7873f49cb4b28e872552e8cdc1a8a3e2a605 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 20 Jan 2005 05:28:41 +0000 Subject: [PATCH] Cleanup as part of Sergeev merge. --- conio.c | 2 ++ io.c | 4 ---- makefile | 4 ---- planets.c | 2 -- sst.c | 2 +- 5 files changed, 3 insertions(+), 11 deletions(-) diff --git a/conio.c b/conio.c index adf42e5..9259814 100644 --- a/conio.c +++ b/conio.c @@ -59,6 +59,7 @@ static void docolor (int color) /* Set DOS-like text mode colors */ wattron(conio_scr,COLOR_PAIR(1+(color&7)+((color&112)>>1))); } +#ifdef SERGEEV /* Call this before any call to linux conio - except the port functions ! */ void __attribute__((constructor)) initconio (void) /* This is needed, because ncurses needs to be initialized */ { @@ -90,6 +91,7 @@ void __attribute__((constructor)) initconio (void) /* This is needed, because nc textcolor(7); textbackground(0); } +#endif /* SERGEEV */ /* Call this on exiting your program */ void doneconio (void) diff --git a/io.c b/io.c index 8b766e9..803e128 100644 --- a/io.c +++ b/io.c @@ -59,11 +59,7 @@ void iostart(int usecurses) { if(signal(SIGQUIT,SIG_IGN) != SIG_IGN) (void)signal(SIGQUIT,fastexit); -#ifndef SERGEEV - if (curses = usecurses) { -#else /* SERGEEV */ if ((curses = usecurses)) { -#endif /* SERGEEV */ (void)initscr(); #ifdef KEY_MIN keypad(stdscr, TRUE); diff --git a/makefile b/makefile index 1d41c14..76b167d 100644 --- a/makefile +++ b/makefile @@ -2,11 +2,7 @@ VERS=$(shell sed