[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (6878692f1e13a09a7191c8f9cf09e05c403fbe33)



The branch, master has been updated
       via  6878692f1e13a09a7191c8f9cf09e05c403fbe33 (commit)
      from  7879b42500beae96d3a6f56c0ecbca5c4db17a62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/toporouter.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 6878692f1e13a09a7191c8f9cf09e05c403fbe33
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Precompiler checks for debug output

:100644 100644 efebbe4... effe3a4... M	src/toporouter.c

=========
 Changes
=========

commit 6878692f1e13a09a7191c8f9cf09e05c403fbe33
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Precompiler checks for debug output

diff --git a/src/toporouter.c b/src/toporouter.c
index efebbe4..effe3a4 100644
--- a/src/toporouter.c
+++ b/src/toporouter.c
@@ -1020,6 +1020,7 @@ min_net_net_spacing(toporouter_vertex_t *v1, toporouter_vertex_t *v2)
 void
 toporouter_draw_cluster(toporouter_t *r, drawing_context_t *dc, toporouter_cluster_t *cluster, gdouble red, gdouble green, gdouble blue, guint layer)
 {
+#if TOPO_OUTPUT_ENABLED
   GSList *i = cluster->i;
 
   while(i) {
@@ -1033,7 +1034,7 @@ toporouter_draw_cluster(toporouter_t *r, drawing_context_t *dc, toporouter_clust
 
     i = i->next;
   }
-
+#endif
 }
 
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs