From d4bc819fb3fd750c9a82ceb80442934a1ff86028 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Thu, 6 Feb 2020 16:03:01 +0100
Subject: [PATCH] [crowbar] fixes ocamldep_transitive_closure.ml so that it
 stays self-contained

---
 devel_tools/ocamldep_transitive_closure.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel_tools/ocamldep_transitive_closure.ml b/devel_tools/ocamldep_transitive_closure.ml
index c14aace6a12..9f7e3835730 100644
--- a/devel_tools/ocamldep_transitive_closure.ml
+++ b/devel_tools/ocamldep_transitive_closure.ml
@@ -7,7 +7,7 @@ let root = ref ""
 module Dep_graph = Graph.Imperative.Digraph.Concrete(
   struct
     type t = string
-    let compare = Transitioning.Stdlib.compare
+    let compare = String.compare
     let hash = Hashtbl.hash
     let equal = (=)
   end)
-- 
GitLab