Skip to content

Commit d50a2ef

Browse files
committed
fix compilation with 4.04
1 parent 62a16cd commit d50a2ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ trace_ppx: trace_ppx.ml
2525
-package ppx_tools_versioned \
2626
-package ppx_tools_versioned.metaquot_404 \
2727
-package ocaml-migrate-parsetree.driver-main \
28-
-open Migrate_parsetree.Ast_404 \
2928
-c $<
3029
$(H)ocamlfind ocamlopt \
3130
-package ppx_tools_versioned \

trace_ppx.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
1919
requires:
2020
*)
21+
open Migrate_parsetree.Ast_404
2122
open Ppx_tools_404
2223

2324
open Ast_mapper

0 commit comments

Comments
 (0)