]> granicus.if.org Git - fortune-mod/commitdiff
appveyor crash debug 3 - unremove code
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 11:03:19 +0000 (13:03 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 11:03:19 +0000 (13:03 +0200)
fortune-mod/fortune/fortune.c

index dbe89ac16e6bc634d1fd0dab1697355076c35531..77bb9df0cde862d8bba8256a41d7882bef33645f 100644 (file)
@@ -141,11 +141,6 @@ static char rcsid[] = "$NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $";
 #define DPRINTF(l,x)
 #endif
 
-#ifdef REMOVE_CODE
-
-#include <stdio.h>
-
-#else
 typedef struct fd
 {
     int percent;
@@ -1754,6 +1749,11 @@ static void free_desc(FILEDESC *ptr)
     }
 }
 
+#ifdef REMOVE_CODE
+
+#include <stdio.h>
+
+#else
 #endif // REMOVE_CODE
 
 int main(int ac, char *av[])