diff options
Diffstat (limited to 'asmcomp/dwarf_low/attribute_value.mli')
-rw-r--r-- | asmcomp/dwarf_low/attribute_value.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/asmcomp/dwarf_low/attribute_value.mli b/asmcomp/dwarf_low/attribute_value.mli index 2fd7f0643d..710a8fad8e 100644 --- a/asmcomp/dwarf_low/attribute_value.mli +++ b/asmcomp/dwarf_low/attribute_value.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 |