Index: obj_line.h =================================================================== --- obj_line.h (revision 4794) +++ obj_line.h (revision 4795) @@ -32,7 +32,7 @@ #include "obj_common.h" struct pcb_line_s { /* holds information about one line */ - ANYLINEFIELDS; + PCB_ANYLINEFIELDS; char *Number; gdl_elem_t link; /* a line is in a list: either on a layer or in an element */ };