randomconfig fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
03ab212bff
commit
d206b1651a
@ -30,6 +30,10 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !__GNUC_PREREQ(5,0)
|
||||||
|
# define deprecated(msg) deprecated
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef inline
|
#undef inline
|
||||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
|
||||||
/* it's a keyword */
|
/* it's a keyword */
|
||||||
|
Loading…
Reference in New Issue
Block a user