From: Andre Noll Date: Tue, 20 May 2025 18:00:50 +0000 (+0200) Subject: gcc-compat.h: Drop inline #define. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=4c4467c1ce71775f91e4fd24a554d4e11a7b2f5a;p=paraslash.git gcc-compat.h: Drop inline #define. There is no reason to believe that the programmer does a better job than the compiler here. --- diff --git a/gcc-compat.h b/gcc-compat.h index 729e3ae1..575a729a 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,4 +1,3 @@ -#define inline inline __attribute__ ((always_inline)) #define __noreturn __attribute__ ((noreturn)) #define __malloc __attribute__ ((malloc)) #define __a_unused __attribute__ ((unused))