aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 50365a31c..43bb391bd 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -30,6 +30,10 @@
30# endif 30# endif
31#endif 31#endif
32 32
33#if !__GNUC_PREREQ(5,0)
34# define deprecated(msg) deprecated
35#endif
36
33#undef inline 37#undef inline
34#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L 38#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
35/* it's a keyword */ 39/* it's a keyword */