summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bytecomp/translmod.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/translmod.ml b/bytecomp/translmod.ml
index f3f0d2726..c8c0a641a 100644
--- a/bytecomp/translmod.ml
+++ b/bytecomp/translmod.ml
@@ -179,7 +179,7 @@ and transl_structure fields cc rootpath = function
| id :: ids ->
Llet(Alias, id, Lprim(Pfield pos, [Lvar mid]),
rebind_idents (pos + 1) (id :: newfields) ids) in
- Llet(Strict, mid, transl_module Tcoerce_none None modl,
+ Llet(Alias, mid, transl_module Tcoerce_none None modl,
rebind_idents 0 fields ids)
(* Update forward declaration in Translcore *)