From: Jan Maria Matejka Date: Mon, 3 Dec 2018 09:05:40 +0000 (+0100) Subject: Add a deprecated option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a943d1da41be0c55cbec119fcc2c76c7350cc106;p=thirdparty%2Fbird.git Add a deprecated option --- diff --git a/lib/birdlib.h b/lib/birdlib.h index 428b3209f..b336ecebe 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -65,6 +65,7 @@ static inline int u64_cmp(u64 i1, u64 i2) #define NORET __attribute__((noreturn)) #define UNUSED __attribute__((unused)) #define PACKED __attribute__((packed)) +#define DEPRECATED __attribute__((deprecated)) /* Microsecond time */