diff options
| author | Hugo Herbelin | 2017-08-12 17:42:09 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-08-12 19:18:55 +0200 |
| commit | 07335670c4339f9c4ae620088d9352be67a77714 (patch) | |
| tree | d95d3828877e4e9676e16c0cf186fe805aff4eea /API | |
| parent | 83e506e9a4b8140320e8f505b9ef6e4da05d710c (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')
| -rw-r--r-- | API/API.ml | 2 |
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 |
