X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=gcc-compat.h;h=1ce032da387f721059014ea5eafc102294d134b3;hp=258a3cb279b7e9045da566a17f9f7d8f52f6b40d;hb=HEAD;hpb=50e03ce10c3bab1c43e1e68dca3b0471d63807d9 diff --git a/gcc-compat.h b/gcc-compat.h index 258a3cb..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))