randomconfig fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Jun 2020 07:38:53 +0000 (09:38 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 23 Jun 2020 07:38:53 +0000 (09:38 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/platform.h

index 50365a31c235ad9f36a879c153945ba2ad9a2187..43bb391bd036d6ca8c1322179b1d24d8656e1024 100644 (file)
 # endif
 #endif
 
 # endif
 #endif
 
+#if !__GNUC_PREREQ(5,0)
+# define deprecated(msg) deprecated
+#endif
+
 #undef inline
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
 /* it's a keyword */
 #undef inline
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
 /* it's a keyword */