From daf677cd5738187b30288e65cb89100b629ef5ba Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 28 Apr 2016 12:49:36 +0200 Subject: Escape all newlines. Bug 18768. --- exportclight/ExportClight.ml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exportclight/ExportClight.ml') 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 *) -- cgit