diff options
| author | Emilio Jesus Gallego Arias | 2017-12-05 12:34:36 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-12-09 19:01:46 +0100 |
| commit | d0f89f8c59cda2e7e74fec693e511e910fbc0434 (patch) | |
| tree | d72a404ba6d47f7b29b80775c0731cd765d448dc /lib | |
| parent | 319a3c230e9f9ec5a8a5bea9e07b6b8d17444ac9 (diff) | |
[lib] Rename Profile to CProfile
New module introduced in OCaml 4.05 I think, can create problems when
linking with the OCaml toplevel for `Drop`.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cProfile.ml (renamed from lib/profile.ml) | 0 | ||||
| -rw-r--r-- | lib/cProfile.mli (renamed from lib/profile.mli) | 0 | ||||
| -rw-r--r-- | lib/lib.mllib | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile.ml b/lib/cProfile.ml index 0bc226a450..0bc226a450 100644 --- a/lib/profile.ml +++ b/lib/cProfile.ml diff --git a/lib/profile.mli b/lib/cProfile.mli index cae4397a11..cae4397a11 100644 --- a/lib/profile.mli +++ b/lib/cProfile.mli diff --git a/lib/lib.mllib b/lib/lib.mllib index 8791f07417..66f939a910 100644 --- a/lib/lib.mllib +++ b/lib/lib.mllib @@ -9,7 +9,7 @@ System CThread Spawn Trie -Profile +CProfile Explore Predicate Rtree |
