On 10/26/2009 07:14 AM, Jakub Jelinek wrote:
-/* Generate the mangled representation of TYPE for the typeinfo name. */ +/* Generate the mangled representation of TYPE. */const char * -mangle_type_string_for_rtti (const tree type) +mangle_type_string (const tree type)Why this change?
This change is part of reverting my earlier fake namespace patch. I agree with Jakub's other comments, though. Jason