
  PROCEDURE [XREF] dmp$identify_flawed_daus
    (    recorded_vsn: rmt$recorded_vsn;
         p_flaw_dau_definition: ^array [1 .. * ] of dmt$flaw_dau_definition;
         p_flaw_duplication: ^array [1 .. * ] of dmt$flaw_duplication;
     VAR big_enough_array: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc rmt$recorded_vsn
*copyc dmt$flaw_dau_definition
*copyc dmt$flaw_duplication
*copyc ost$status
?? POP ??


