Index: polycombine.c =================================================================== --- polycombine.c (revision 4969) +++ polycombine.c (revision 4970) @@ -283,7 +283,7 @@ poly_tree *this_node; /* First pass to combine the forward and backward contours */ - VISIBLEPOLYGON_LOOP(PCB->Data); + PCB_POLY_VISIBLE_LOOP(PCB->Data); { if (!PCB_FLAG_TEST(PCB_FLAG_SELECTED, polygon)) continue; @@ -317,7 +317,7 @@ SaveUndoSerialNumber(); /* Second pass to remove the input polygons */ - VISIBLEPOLYGON_LOOP(PCB->Data); + PCB_POLY_VISIBLE_LOOP(PCB->Data); { if (!PCB_FLAG_TEST(PCB_FLAG_SELECTED, polygon)) continue;