Index: export_test.c =================================================================== --- export_test.c (revision 5054) +++ export_test.c (revision 5055) @@ -183,7 +183,7 @@ found_pin2 = 1; } } - END_LOOP; + PCB_END_LOOP; PCB_PAD_LOOP(element); { @@ -209,7 +209,7 @@ } } - END_LOOP; + PCB_END_LOOP; if (pin_cnt > 0) { x = sumx / (double) pin_cnt; @@ -262,7 +262,7 @@ free(value); } } - END_LOOP; + PCB_END_LOOP; fclose(fp);