"Kaveh R. Ghazi" <[EMAIL PROTECTED]> writes:
> #define TREE_CHECK(T, CODE) __extension__ \
> ({ const_tree const __t = (T); \
How about
typeof(T) const __t = (T);
?
Ian
"Kaveh R. Ghazi" <[EMAIL PROTECTED]> writes:
> #define TREE_CHECK(T, CODE) __extension__ \
> ({ const_tree const __t = (T); \
How about
typeof(T) const __t = (T);
?
Ian