# HG changeset patch # User Jari-Matti M?kel? # Date 1193751845 -7200 # Node ID bac1d75f87f8f2de9fd2d3955519d9da62d47c9e # Parent 33a4cb255fccecd39a18bc3f87bbf478b6489bff small fix to make it compile diff -r 33a4cb255fcc -r bac1d75f87f8 trunk/src/docgen/graphutils/writer.d --- a/trunk/src/docgen/graphutils/writer.d Tue Oct 30 15:41:30 2007 +0200 +++ b/trunk/src/docgen/graphutils/writer.d Tue Oct 30 15:44:05 2007 +0200 @@ -27,7 +27,7 @@ * May have bugs, but is a bit simpler than the previous version. */ void findCycles(Vertex[] vertices, Edge[] edges) { - void p() { + debug void p() { foreach(e; edges) Stderr(e.type)(" "c); Stderr.newline; }