Skip to content
Snippets Groups Projects
Commit 6d5b2117 authored by Julien Signoles's avatar Julien Signoles
Browse files

[e-acsl:tests] Virgile's proposal for 4.10

parent 4ce64074
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@
(* *)
(**************************************************************************)
module Printer_extension(_:Printer.PrinterClass) = struct
module Printer_extension(X: Printer.PrinterClass) = struct
class printer = object
inherit Printer.extensible_printer () as super
inherit X.printer as super
method! global fmt g =
let loc, _ = Cil_datatype.Global.loc g in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment