diff options
Diffstat (limited to 'asmcomp/dwarf_low/debug_info_section.mli')
-rw-r--r-- | asmcomp/dwarf_low/debug_info_section.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/asmcomp/dwarf_low/debug_info_section.mli b/asmcomp/dwarf_low/debug_info_section.mli index 528a068282..7947b7032a 100644 --- a/asmcomp/dwarf_low/debug_info_section.mli +++ b/asmcomp/dwarf_low/debug_info_section.mli @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Mark Shinwell, Jane Street Europe *) +(* *) +(* Copyright and licence information to be added. *) +(* *) +(* *) +(* *) +(***********************************************************************) + type t include Emittable.S with type t := t |