diff --git a/libSYS/include/machine_type.h b/libSYS/include/machine_type.h index b328953..2165d8e 100644 --- a/libSYS/include/machine_type.h +++ b/libSYS/include/machine_type.h @@ -293,7 +293,7 @@ amm-info@iis.fraunhofer.de #else #ifndef FORCEINLINE #if defined(__GNUC__) /* cppp replaced: elif */ - #define FORCEINLINE __attribute((always_inline)) + #define FORCEINLINE inline __attribute((always_inline)) #else #define FORCEINLINE #endif