diff options
author | Ron Yorston <rmy@pobox.com> | 2020-07-09 13:10:58 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-07-09 13:10:58 +0100 |
commit | 9c0b2f7020d7c30b21a930ef54be632e092e533b (patch) | |
tree | b2187c40bd2fd9f49f73599fb08e52cb7a596de0 /include/platform.h | |
parent | a8c6e20e332a9e11a9d28cd6770eadb9c9d73cb7 (diff) | |
parent | d21a63f9fca8eb16f79de9b72d4a3484dfaec1fc (diff) | |
download | busybox-w32-9c0b2f7020d7c30b21a930ef54be632e092e533b.tar.gz busybox-w32-9c0b2f7020d7c30b21a930ef54be632e092e533b.tar.bz2 busybox-w32-9c0b2f7020d7c30b21a930ef54be632e092e533b.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index afd8cf292..f1c09c4d2 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -39,6 +39,10 @@ | |||
39 | # endif | 39 | # endif |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #if !__GNUC_PREREQ(5,0) | ||
43 | # define deprecated(msg) deprecated | ||
44 | #endif | ||
45 | |||
42 | #undef inline | 46 | #undef inline |
43 | #if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L | 47 | #if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L |
44 | /* it's a keyword */ | 48 | /* it's a keyword */ |