Index: trunk/config.h.in =================================================================== --- trunk/config.h.in (revision 13035) +++ trunk/config.h.in (revision 13036) @@ -43,6 +43,8 @@ print {\n\n/* Macro to add a funciton attribute to suppress "function unused" for static inline functions declared in .h files */\n} print_ternary ?cc/func_attr/unused/presents {#define PCB_FUNC_UNUSED __attribute__((unused))} {#define PCB_FUNC_UNUSED} +print {\n#define PCB_INLINE static inline PCB_FUNC_UNUSED\n\n} + print {\n\n/* Wether setenv() works */\n} print_ternary ?libs/env/setenv/presents {#define PCB_HAVE_SETENV 1} {/* #undef PCB_HAVE_SETENV */} Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 13035) +++ trunk/scconfig/Rev.h (revision 13036) @@ -1 +1 @@ -static const int myrev = 12835; +static const int myrev = 13037; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 13035) +++ trunk/scconfig/Rev.tab (revision 13036) @@ -1,3 +1,4 @@ +13037 configure code simplification: PCB_INLINE 12835 configure new plugin: shape 12748 configure libminuid cflags fix 12708 configure new source file for the 'brave' feature