(*
 * $Id$
 * $Source$
 * $Author$
 *)

MODULE Qmodule;

(* Recursive procedure prevents warning about function not being called *)
PROCEDURE m3_Qmodule_rcsid(<*UNUSED*>t1, t2: TEXT) =
  BEGIN
    m3_Qmodule_rcsid("$Id$", i3_Qmodule_rcsid);
  END m3_Qmodule_rcsid;

BEGIN
END Qmodule.
