X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=gcc-compat.h;h=1ce032da387f721059014ea5eafc102294d134b3;hp=2622fd3dbabd3b5e570c7f706b02537e178316ca;hb=HEAD;hpb=3afe51391bf1ea546fc0fcf35c866e9ed8ba8d28 diff --git a/gcc-compat.h b/gcc-compat.h index 2622fd3..1ce032d 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #define HAVE_GNUC(maj, min) \ defined(__GNUC__) && \ (__GNUC__ > maj || (__GNUC__ == maj && __GNUC_MINOR__ >= min)) @@ -25,5 +26,3 @@ #else # define __must_check /* no warn_unused_result */ #endif - -#define _static_inline_ static inline