Minor cleanup.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 4 Feb 2005 14:04:16 +0000 (14:04 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 4 Feb 2005 14:04:16 +0000 (14:04 +0000)
io.c

diff --git a/io.c b/io.c
index bff7d46913fe55bedb7b824fb872f16febb60289..3016890ee3060a6a2f91521f83b42978411e7acc 100644 (file)
--- a/io.c
+++ b/io.c
@@ -1,4 +1,3 @@
-#define _GNU_SOURCE
 #include <stdio.h>
 #include <unistd.h>
 #include <termios.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <termios.h>
@@ -253,8 +252,8 @@ static void vprouts(char *fmt, va_list ap) {
     }
     free(s);
 }
     }
     free(s);
 }
-
 #endif /* SERGEEV */
 #endif /* SERGEEV */
+
 void prouts(char *fmt, ...) {
 #ifndef SERGEEV
        clock_t endTime;
 void prouts(char *fmt, ...) {
 #ifndef SERGEEV
        clock_t endTime;