]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gcc-compat.h: Drop inline #define.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 18:00:50 +0000 (20:00 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 21 May 2025 16:16:07 +0000 (18:16 +0200)
There is no reason to believe that the programmer does a better job than
the compiler here.

gcc-compat.h

index 729e3ae1656deec60e6cafa37877db823e3c4852..575a729a1952560dc5801bb680bb5f734eb8fc4d 100644 (file)
@@ -1,4 +1,3 @@
-#define inline inline __attribute__ ((always_inline))
 #define __noreturn __attribute__ ((noreturn))
 #define __malloc __attribute__ ((malloc))
 #define __a_unused __attribute__ ((unused))