aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 *)