diff options
author | Alain Frisch <alain@frisch.fr> | 2014-03-31 12:20:22 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-03-31 12:20:22 +0000 |
commit | 4607a0f8e1dd2615aeff11cad67d5d0b14cace2f (patch) | |
tree | 3e5b21540819a492ef9d30d5a9ab66806b43c014 /utils | |
parent | c36fb6d83e80ec95ca39d5446b0a0f9ce484f538 (diff) |
Encode record arguments into extra record declarations.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/constructors_with_record2@14508 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'utils')
-rw-r--r-- | utils/config.mlp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/config.mlp b/utils/config.mlp index e16ef2998..867b19fc6 100644 --- a/utils/config.mlp +++ b/utils/config.mlp @@ -49,7 +49,7 @@ let mkexe = "%%MKEXE%%" let mkmaindll = "%%MKMAINDLL%%" let exec_magic_number = "Caml1999X010" -and cmi_magic_number = "Caml1999I016" +and cmi_magic_number = "Caml1999I017" and cmo_magic_number = "Caml1999O008" and cma_magic_number = "Caml1999A009" and cmx_magic_number = "Caml1999Y012" |