From: Eric S. Raymond Date: Fri, 4 Feb 2005 14:04:16 +0000 (+0000) Subject: Minor cleanup. X-Git-Tag: 2.0~385 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=a079e80bb32020a22aff8199d61b036cdd2d20ea Minor cleanup. --- diff --git a/io.c b/io.c index bff7d46..3016890 100644 --- a/io.c +++ b/io.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include #include #include @@ -253,8 +252,8 @@ static void vprouts(char *fmt, va_list ap) { } free(s); } - #endif /* SERGEEV */ + void prouts(char *fmt, ...) { #ifndef SERGEEV clock_t endTime;