X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=io.c;h=2e66d36f10ec197929d3fbcdd47fd3478de4aacf;hp=258da5513f9bd5eeaf7e14d169925e5bebcd7d15;hb=475ba38226627871f8a932d7a06a3dbdfaac8ef0;hpb=ecb536f64ce4a4c5b97c78132791b877efb9a6e5 diff --git a/io.c b/io.c index 258da55..2e66d36 100644 --- a/io.c +++ b/io.c @@ -286,11 +286,7 @@ void prouts(char *fmt, ...) { #endif /* SERGEEV */ } -#ifndef SERGEEV void getline(char *line, int max) { -#else /* SERGEEV */ -void cgetline(char *line, int max) { -#endif /* SERGEEV */ if (curses) { #ifndef SERGEEV wgetnstr(stdscr, line, max);