Nicolas COLLIN wrote: > Hello again, > > I 'm still working on egcs 1.1 and the function cp_namespace_decls is > not implemented in.
Well, the definition is very simple
tree
cp_namespace_decls (tree ns)
{
return NAMESPACE_LEVEL (ns)->names;
}
and NAMESPACE_LEVEL exists in egcs-1.1, so why not try back-porting it?
cheers,
DaveK
