randomconfig fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
03ab212bff
commit
d206b1651a
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue