comparison libiberty/cp-demangle.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
145 145
146 #ifndef IN_GLIBCPP_V3 146 #ifndef IN_GLIBCPP_V3
147 extern const struct demangle_operator_info cplus_demangle_operators[]; 147 extern const struct demangle_operator_info cplus_demangle_operators[];
148 #endif 148 #endif
149 149
150 #define D_BUILTIN_TYPE_COUNT (32) 150 #define D_BUILTIN_TYPE_COUNT (33)
151 151
152 CP_STATIC_IF_GLIBCPP_V3 152 CP_STATIC_IF_GLIBCPP_V3
153 const struct demangle_builtin_type_info 153 const struct demangle_builtin_type_info
154 cplus_demangle_builtin_types[D_BUILTIN_TYPE_COUNT]; 154 cplus_demangle_builtin_types[D_BUILTIN_TYPE_COUNT];
155 155