Minor cleanup.
[super-star-trek.git] / 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>
@@ -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;