Revert "Add a shim for #ppx directive for 4.02."
This reverts commit5cda9ffb99
. The patch was accepted into 4.02 after all:11bf27a936
This commit is contained in:
parent
6e52edc81c
commit
cc8793665f
|
@ -85,13 +85,6 @@ let parse_input_multi input =
|
||||||
in
|
in
|
||||||
(result, Buffer.contents buf)
|
(result, Buffer.contents buf)
|
||||||
|
|
||||||
#if ocaml_version = (4, 02, 0)
|
|
||||||
(* #ppx missed the 4.02 merge window. :/ *)
|
|
||||||
let () =
|
|
||||||
Hashtbl.add Toploop.directive_table "ppx"
|
|
||||||
(Toploop.Directive_string(fun s -> Clflags.all_ppx := s :: !Clflags.all_ppx))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
let parse_and_check input eos_is_error =
|
let parse_and_check input eos_is_error =
|
||||||
let buf = Buffer.create 32 in
|
let buf = Buffer.create 32 in
|
||||||
let preprocess input =
|
let preprocess input =
|
||||||
|
|
Loading…
Reference in New Issue