Index: route_style.c =================================================================== --- route_style.c (revision 2509) +++ route_style.c (revision 2510) @@ -102,7 +102,7 @@ /* for backwards-compatibility, we use a 10-mil default * for styles which omit the clearance specification. */ if (*s != ',') - routeStyle->Clearance = MIL_TO_COORD(10); + routeStyle->Clearance = PCB_MIL_TO_COORD(10); else { s++; while (*s && isspace((int) *s))