Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 5054) +++ smartdisperse.c (revision 5055) @@ -174,7 +174,7 @@ set_visited(element); } } - END_LOOP; + PCB_END_LOOP; /* initialize variables for place() */ minx = GAP; @@ -220,7 +220,7 @@ place(ea); } } - END_LOOP; + PCB_END_LOOP; /* Place larger nets, still grouping by net */ PCB_NET_LOOP(Nets); @@ -240,9 +240,9 @@ set_visited(element); place(element); } - END_LOOP; + PCB_END_LOOP; } - END_LOOP; + PCB_END_LOOP; /* Place up anything else */ PCB_ELEMENT_LOOP(PCB->Data); @@ -251,7 +251,7 @@ place(element); } } - END_LOOP; + PCB_END_LOOP; htpi_uninit(&visited);