aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-05-28 10:27:01 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-05-28 10:27:01 +0200
commit35041fb0949304dcdb6d82687adbaa71bf8224ab (patch)
tree2ed6718523ef6d464f0b9ef39f61a622c2792bca /exportclight
parentbd5bcadf414af27ef7b7030b0b71fc508bc83573 (diff)
downloadcompcert-kvx-35041fb0949304dcdb6d82687adbaa71bf8224ab.tar.gz
compcert-kvx-35041fb0949304dcdb6d82687adbaa71bf8224ab.zip
Fixed warning 45 for ExportClight.ml.
Diffstat (limited to 'exportclight')
-rw-r--r--exportclight/ExportClight.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exportclight/ExportClight.ml b/exportclight/ExportClight.ml
index 63f794c5..c4e373c0 100644
--- a/exportclight/ExportClight.ml
+++ b/exportclight/ExportClight.ml
@@ -19,7 +19,7 @@ open Format
open Camlcoq
open AST
open !Ctypes
-open Cop
+open !Cop
open !Clight
(* Options, lists, pairs *)