From c7739571407c3d99f1de390c518a8726889f4b70 Mon Sep 17 00:00:00 2001 From: varobert Date: Thu, 12 Jul 2012 12:06:19 +0000 Subject: checklink: configuration, indicate external symbols git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1970 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- checklink/Library.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'checklink/Library.ml') diff --git a/checklink/Library.ml b/checklink/Library.ml index 2c7a337..c38c1f1 100644 --- a/checklink/Library.ml +++ b/checklink/Library.ml @@ -6,6 +6,7 @@ type bitstring = Bitstring.bitstring module IntMap = Map.Make(struct type t = int let compare = compare end) module StringMap = Map.Make (String) +module StringSet = Set.Make (String) let is_some: 'a option -> bool = function | Some(_) -> true -- cgit v1.2.3