ref: a4e3d69de23af4597fb1fd9a465f354a06568ffe
parent: 74c4a6bf27f6343d15478eb671dd02800a07286e
author: Simon Tatham <anakin@pobox.com>
date: Tue Jul 5 08:03:56 EDT 2005
James Harvey points out a missing ifdef. [originally from svn r6058]
--- a/pegs.c
+++ b/pegs.c
@@ -486,7 +486,9 @@
printf("insufficient extent; trying again\n");
#endif
}
+#ifdef GENERATION_DIAGNOSTICS
fflush(stdout);
+#endif
}
/* ----------------------------------------------------------------------