aboutsummaryrefslogtreecommitdiff
path: root/kernel/mod_typing.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/mod_typing.ml')
-rw-r--r--kernel/mod_typing.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/mod_typing.ml b/kernel/mod_typing.ml
index bb3027aa8b..efbee6af2b 100644
--- a/kernel/mod_typing.ml
+++ b/kernel/mod_typing.ml
@@ -97,7 +97,7 @@ and merge_with env mtb with_decl =
SPBconst {cb with
const_body = body;
const_body_code = Cemitcodes.from_val
- (Cbytegen.compile_constant_body env' body false false);
+ (compile_constant_body env' body false false);
const_constraints = cst}
| Some b ->
let cst1 = Reduction.conv env' c (Declarations.force b) in
@@ -106,7 +106,7 @@ and merge_with env mtb with_decl =
SPBconst {cb with
const_body = body;
const_body_code = Cemitcodes.from_val
- (Cbytegen.compile_constant_body env' body false false);
+ (compile_constant_body env' body false false);
const_constraints = cst}
end
(* and what about msid's ????? Don't they clash ? *)