aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight/ExportClight.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2016-05-27 09:02:40 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2016-05-27 09:02:40 +0200
commitb45cdb9dce7df376fd3cb27a32863af90b847b78 (patch)
tree03ceac74e5bf28a4d3bed7167c863ffff9c14a54 /exportclight/ExportClight.ml
parent672393ef623acb3e230a8019d51c87e051a7567a (diff)
parent8c28d0630576de35e739edebc2abe127d18de22a (diff)
downloadcompcert-b45cdb9dce7df376fd3cb27a32863af90b847b78.tar.gz
compcert-b45cdb9dce7df376fd3cb27a32863af90b847b78.zip
Merge pull request #100 from AbsInt/driver-split
Driver refactoring
Diffstat (limited to 'exportclight/ExportClight.ml')
-rw-r--r--exportclight/ExportClight.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exportclight/ExportClight.ml b/exportclight/ExportClight.ml
index bce8a9b6..63f794c5 100644
--- a/exportclight/ExportClight.ml
+++ b/exportclight/ExportClight.ml
@@ -473,11 +473,11 @@ let print_assertions p =
(* The prologue *)
-let prologue = "\
-Require Import Clightdefs.
-
-Local Open Scope Z_scope.
-
+let prologue = "\n\
+Require Import Clightdefs.\n\
+\
+Local Open Scope Z_scope.\n\
+\
"
(* Naming the compiler-generated temporaries occurring in the program *)