Go to the documentation of this file. 1 #ifndef _theplu_yat_utility_deprecate_
2 #define _theplu_yat_utility_deprecate_
34 #ifdef YAT_HAVE_GCC_DEPRECATED
35 #define YAT_DEPRECATE __attribute__((deprecated))
47 #ifndef YAT_DEPRECATE_GCC_PRE4_3
48 #if defined(__GNUC__) && ((__GNUC__<4) || (__GNUC__==4 && __GNUC_MINOR__<3))
49 #define YAT_DEPRECATE_GCC_PRE4_3 YAT_DEPRECATE
52 #define YAT_DEPRECATE_GCC_PRE4_3
Generated on Tue Sep 26 2017 02:33:29 for yat by
1.8.5