mirror of https://github.com/mirror/busybox.git
parent
03ab212bff
commit
d206b1651a
|
@ -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…
Reference in New Issue