Index: distalign.c =================================================================== --- distalign.c (revision 37766) +++ distalign.c (revision 37767) @@ -87,7 +87,7 @@ /* this macro produces a function in X or Y that switches on 'point' */ #define COORD(DIR) \ -static inline rnd_coord_t \ +RND_INLINE rnd_coord_t \ coord ## DIR(pcb_any_obj_t *obj, int point) \ { \ rnd_coord_t oX, oY; \