Skip to content
Snippets Groups Projects
Commit 07ac0744 authored by erwan's avatar erwan
Browse files

build: remove (useless) reference to Stdlib in mli too!

parent 604a16bf
No related branches found
Tags 6.101.18
No related merge requests found
(* Time-stamp: <modified the 05/07/2021 (at 10:29) by Erwan Jahier> *)
(* Time-stamp: <modified the 13/07/2021 (at 11:44) by Erwan Jahier> *)
type enum_mode =
AsInt (* translate enums into int (for rif-friendlyness *)
......@@ -38,7 +38,7 @@ type t = {
mutable expand_arrays : bool;
mutable expand_io_type : bool;
mutable optim_ite : bool;
mutable oc : Stdlib.out_channel;
mutable oc : out_channel;
mutable tlex : bool;
mutable exec : bool;
mutable gen_c : bool;
......
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