diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stream.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2014-01-09 Kaz Kylheku <kaz@kylheku.com> + + * stream.c: Eliminate useless #else section containing #error + 2013-01-09 Kaz Kylheku <kaz@kylheku.com> Long overdue MinGW port maintenance. @@ -423,8 +423,6 @@ int sleep(int sec) return 0; } -#else -#error port me! #endif static void tail_strategy(val stream, unsigned long *state) |