Index: trunk/src/global_typedefs.h =================================================================== --- trunk/src/global_typedefs.h (revision 3398) +++ trunk/src/global_typedefs.h (revision 3399) @@ -38,7 +38,6 @@ #ifndef XtSpecificationRelease /*typedef unsigned int Pixel;*/ typedef char *String; -typedef short dimension_t; #endif typedef unsigned char BYTE; Index: trunk/src_plugins/autoroute/autoroute.c =================================================================== --- trunk/src_plugins/autoroute/autoroute.c (revision 3398) +++ trunk/src_plugins/autoroute/autoroute.c (revision 3399) @@ -1311,8 +1311,9 @@ #ifdef ROUTE_DEBUG /* only for debugging expansion areas */ + typedef short pcb_dimension_t; /* makes a line on the solder layer silk surrounding the box */ -void showbox(BoxType b, dimension_t thickness, int group) +static void showbox(BoxType b, pcb_dimension_t thickness, int group) { LineTypePtr line; LayerTypePtr SLayer = LAYER_PTR(group);