aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-27 05:32:28 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-27 05:32:28 +0100
commita5e20ecb933a1dc12bae3e4eeb330e86f13832d8 (patch)
tree36e89d6f7f86825a537d0fdc192aaebd04efaf1b /driver
parente35365927d1289687aaff6d7ca5ebee1ac09d249 (diff)
parent5003b8d93c2a20821b776f7f74f5096a308a03cf (diff)
downloadcompcert-kvx-a5e20ecb933a1dc12bae3e4eeb330e86f13832d8.tar.gz
compcert-kvx-a5e20ecb933a1dc12bae3e4eeb330e86f13832d8.zip
Merge branch 'master' of https://github.com/AbsInt/CompCert into dm-cse2
Diffstat (limited to 'driver')
-rw-r--r--driver/Interp.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/Interp.ml b/driver/Interp.ml
index a6841460..d4286779 100644
--- a/driver/Interp.ml
+++ b/driver/Interp.ml
@@ -15,12 +15,12 @@
open Format
open Camlcoq
open AST
-open !Integers
+open! Integers
open Values
open Memory
open Globalenvs
open Events
-open Ctypes
+open! Ctypes
open Csyntax
open Csem