aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cshmgen.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-18 06:31:17 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-08-18 06:31:17 +0000
commit22d65c5931d702f6e2abde9b3b7d822b8d3c5560 (patch)
treeb0501324887c4fb3b9493a5e9aaffa4f7de39fe8 /cfrontend/Cshmgen.v
parent24a8dbb62e8171f3f3ad87e8d3f697e726df0e6a (diff)
downloadcompcert-22d65c5931d702f6e2abde9b3b7d822b8d3c5560.tar.gz
compcert-22d65c5931d702f6e2abde9b3b7d822b8d3c5560.zip
No '\n' in Coq strings...
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1129 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cfrontend/Cshmgen.v')
-rw-r--r--cfrontend/Cshmgen.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/Cshmgen.v b/cfrontend/Cshmgen.v
index 55860ef6..acce971f 100644
--- a/cfrontend/Cshmgen.v
+++ b/cfrontend/Cshmgen.v
@@ -604,7 +604,7 @@ with transl_lbl_stmt (nbrk ncnt: nat) (sl: Csyntax.labeled_statements)
(*** Translation of functions *)
Definition prefix_var_name (id: ident) : errmsg :=
- MSG "In local variable " :: CTX id :: MSG ":\n" :: nil.
+ MSG "In local variable " :: CTX id :: MSG ": " :: nil.
Definition transl_params (l: list (ident * type)) :=
AST.map_partial prefix_var_name chunk_of_type l.