Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 756) +++ trunk/src/main_act.c (revision 757) @@ -37,7 +37,7 @@ #include "build_run.h" /* print usage lines */ -static inline void u(const char *fmt, ...) +RND_INLINE void u(const char *fmt, ...) { va_list ap; va_start(ap, fmt); Index: trunk/src_plugins/import_excellon/excellon.c =================================================================== --- trunk/src_plugins/import_excellon/excellon.c (revision 756) +++ trunk/src_plugins/import_excellon/excellon.c (revision 757) @@ -73,7 +73,7 @@ } -static inline rnd_coord_t exc2coord(exc_t *exc, double d) +RND_INLINE rnd_coord_t exc2coord(exc_t *exc, double d) { if (exc->inch) return RND_MIL_TO_COORD(d*1000.0);