Skip to content
Snippets Groups Projects
Commit 46ccc81a authored by François Bobot's avatar François Bobot Committed by Patrick Baudin
Browse files

[WP] Fix typing errors during export with driver which use builtins

parent 0d326d65
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,8 @@ let init =
"\\pointer_comparable", [], [], [("p1", fun_ptr);
("p2", object_ptr)];
"\\pointer_comparable", [], [], [("p1", object_ptr);
("p2", fun_ptr)];
("p2", fun_ptr)];
"\\bit_test", [], [], ["x", Linteger; "pos", Linteger] ;
];
(* functions *)
List.iter
......
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