From 4860461ba3f47f2a2e36f35eee0392660c77c616 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 10 Jul 2018 16:35:43 +0700 Subject: [PATCH] Pun inherit_from field Signed-off-by: Rudi Grinberg --- src/super_context.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/super_context.ml b/src/super_context.ml index d3cf06d7..164920c8 100644 --- a/src/super_context.ml +++ b/src/super_context.ml @@ -624,7 +624,7 @@ let create in Hashtbl.add t.env ctx_dir { dir = ctx_dir - ; inherit_from = inherit_from + ; inherit_from ; scope = scope ; config = config ; ocaml_flags = None