diff options
Diffstat (limited to 'asmcomp/dwarf_low/debug_loc_table.ml')
-rw-r--r-- | asmcomp/dwarf_low/debug_loc_table.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/asmcomp/dwarf_low/debug_loc_table.ml b/asmcomp/dwarf_low/debug_loc_table.ml index d1f581ecd2..4f2c498896 100644 --- a/asmcomp/dwarf_low/debug_loc_table.ml +++ b/asmcomp/dwarf_low/debug_loc_table.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Mark Shinwell, Jane Street Europe *) +(* *) +(* Copyright and licence information to be added. *) +(* *) +(* *) +(* *) +(***********************************************************************) + open Std_internal type t = Location_list.t list |