diff options
-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 50365a3..43bb391 100644 --- a/include/platform.h +++ b/include/platform.h @@ -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 */ |