From d36130f936a07773d925e83d595f27f8779cb3f3 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Fri, 23 Apr 2021 18:52:42 +0200 Subject: Update the output of clightgen to pick the `$` notation from its new place Follow-up to bb5dab848 --- exportclight/ExportClight.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'exportclight') diff --git a/exportclight/ExportClight.ml b/exportclight/ExportClight.ml index 7604175e..3ef2e4d3 100644 --- a/exportclight/ExportClight.ml +++ b/exportclight/ExportClight.ml @@ -455,8 +455,10 @@ let print_composite_definition p (Composite(id, su, m, a)) = let prologue = "\ From Coq Require Import String List ZArith.\n\ From compcert Require Import Coqlib Integers Floats AST Ctypes Cop Clight Clightdefs.\n\ +Import Clightdefs.ClightNotations.\n\ Local Open Scope Z_scope.\n\ -Local Open Scope string_scope.\n" +Local Open Scope string_scope.\n\ +Local Open Scope clight_scope.\n" (* Naming the compiler-generated temporaries occurring in the program *) -- cgit