aboutsummaryrefslogtreecommitdiff
path: root/API/API.ml
diff options
context:
space:
mode:
authorHugo Herbelin2017-08-12 17:42:09 +0200
committerHugo Herbelin2017-08-12 19:18:55 +0200
commit07335670c4339f9c4ae620088d9352be67a77714 (patch)
treed95d3828877e4e9676e16c0cf186fe805aff4eea /API/API.ml
parent83e506e9a4b8140320e8f505b9ef6e4da05d710c (diff)
Moving file primitive.ml to cPrimitive.ml to avoid conflict with OCaml.
Indeed OCaml has a similar file and this conflicts, at least in debugger.
Diffstat (limited to 'API/API.ml')
-rw-r--r--API/API.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.ml b/API/API.ml
index c952e123d4..1d7a4a4f46 100644
--- a/API/API.ml
+++ b/API/API.ml
@@ -43,7 +43,7 @@ module Cbytecodes = Cbytecodes
(* module Copcodes *)
module Cemitcodes = Cemitcodes
(* module Nativevalues *)
-(* module Primitives *)
+(* module CPrimitives *)
module Opaqueproof = Opaqueproof
module Declareops = Declareops
module Retroknowledge = Retroknowledge