Skip to content

Commit

Permalink
Merge pull request #404 from afdw/drop
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18771 (Improve handling of Drop)
  • Loading branch information
SkySkimmer authored Apr 16, 2024
2 parents 23df952 + 6ede004 commit c1f13b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sertop/sertop_init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let coq_init opts out_fmt =
; load_module = Dynlink.loadfile
(* We ignore all the other operations for now. *)
; add_dir = (fun _ -> ())
; ml_loop = (fun _ -> ())
; ml_loop = (fun ?init_file:_ _ -> ())
} in
Mltop.set_top ser_mltop;

Expand Down

0 comments on commit c1f13b3

Please sign in to comment.