aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-10-08 07:12:33 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-10-08 07:12:33 +0000
commitc6d2ef0c5c896a82295c1fb8a717ea29ee3c0e4d (patch)
treea65010aa76a60a6025fc1ab1a966f0490938a569 /driver/Interp.ml
parentf7693b3d897b90fd3bc2533be002dc0bdcd9f6c2 (diff)
downloadcompcert-kvx-c6d2ef0c5c896a82295c1fb8a717ea29ee3c0e4d.tar.gz
compcert-kvx-c6d2ef0c5c896a82295c1fb8a717ea29ee3c0e4d.zip
Make Clight independent of CompCert C.
Common parts are factored out in cfrontend/Ctypes.v and cfrontend/Cop.v git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2060 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Interp.ml')
-rw-r--r--driver/Interp.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Interp.ml b/driver/Interp.ml
index 4061515e..fc0526a5 100644
--- a/driver/Interp.ml
+++ b/driver/Interp.ml
@@ -26,6 +26,8 @@ open Values
open Memory
open Globalenvs
open Events
+open Ctypes
+open Cop
open Csyntax
open Csem
open Clflags