randomconfig fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2020-06-23 09:38:53 +02:00
parent 03ab212bff
commit d206b1651a

View File

@ -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 */