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

fix ocamldoc error with OCaml 4.02

parent fb0678fe
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,9 @@ module P = Plugin.Register ...@@ -27,8 +27,9 @@ module P = Plugin.Register
let shortname = "e-acsl" let shortname = "e-acsl"
let help = "Executable ANSI/ISO C Specification Language --- runtime \ let help = "Executable ANSI/ISO C Specification Language --- runtime \
assertion checker generator" assertion checker generator"
end) end)
include P module PP = P (* [PP] required to avoid an ocamldoc error in OCaml 4.02 *)
include PP
module Check = module Check =
False False
......
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