From 954f278034c8f95cbc889d1e74230979cde4f70d Mon Sep 17 00:00:00 2001 From: Lasse Blaauwbroek Date: Thu, 22 Oct 2020 18:47:23 +0200 Subject: Change Dumpglob.pause and Dumpglob.continue into push and pop Co-authored-by: Gaƫtan Gilbert --- toplevel/ccompile.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toplevel') diff --git a/toplevel/ccompile.ml b/toplevel/ccompile.ml index 524f818523..b75a4199ea 100644 --- a/toplevel/ccompile.ml +++ b/toplevel/ccompile.ml @@ -139,7 +139,7 @@ let compile opts copts ~echo ~f_in ~f_out = ~aux_file:(aux_file_name_for long_f_dot_out) ~v_file:long_f_dot_in); - Dumpglob.set_glob_output copts.glob_out; + Dumpglob.push_output copts.glob_out; Dumpglob.start_dump_glob ~vfile:long_f_dot_in ~vofile:long_f_dot_out; Dumpglob.dump_string ("F" ^ Names.DirPath.to_string ldir ^ "\n"); -- cgit v1.2.3