Index: export_test.c =================================================================== --- export_test.c (revision 4967) +++ export_test.c (revision 4968) @@ -165,7 +165,7 @@ * we can find them */ - PIN_LOOP(element); + PCB_PIN_LOOP(element); { sumx += (double) pin->X; sumy += (double) pin->Y; @@ -185,7 +185,7 @@ } END_LOOP; - PAD_LOOP(element); + PCB_PAD_LOOP(element); { sumx += (pad->Point1.X + pad->Point2.X) / 2.0; sumy += (pad->Point1.Y + pad->Point2.Y) / 2.0;