On 01/19/2012 05:47 PM, Cary Coutant wrote:
+/* Copy the declaration context to the new type unit DIE. This includes any surrounding namespace or type declarations. If the DIE has an AT_specification attribute, it also includes attributes and children attached to the specification. */-static void +static dw_die_ref copy_declaration_context (dw_die_ref unit, dw_die_ref die)
Need to update the comment to cover the return value. OK for 4.7 with that change.
Jason