From: Denys Vlasenko Date: Tue, 23 Jun 2020 07:38:53 +0000 (+0200) Subject: randomconfig fix X-Git-Tag: 1_32_0~8 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fbusybox.git;a=commitdiff_plain;h=d206b1651ac4dc4db1d9bbd172a81da0568b42e8 randomconfig fix Signed-off-by: Denys Vlasenko --- diff --git a/include/platform.h b/include/platform.h index 50365a31c..43bb391bd 100644 --- a/include/platform.h +++ b/include/platform.h @@ -30,6 +30,10 @@ # 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 */