From 26fcc4dbd92f367ecb20f4457cdf887eea0b6568 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 29 Jan 2009 09:13:53 +0000 Subject: Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive file systems. Replaced CList by CoqList and likewise for CString and CInt. Removed useless references to CList in hand-written Caml code. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@951 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/RTLtypingaux.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/RTLtypingaux.ml') diff --git a/backend/RTLtypingaux.ml b/backend/RTLtypingaux.ml index 632f2aa5..cc7edf49 100644 --- a/backend/RTLtypingaux.ml +++ b/backend/RTLtypingaux.ml @@ -13,7 +13,6 @@ (* Type inference for RTL *) open Datatypes -open CList open Camlcoq open Maps open AST -- cgit