opnsense-ports/devel/ocaml-camlp4/files/patch-camlp4_Camlp4_Debug.ml
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

11 lines
338 B
OCaml

--- camlp4/Camlp4/Debug.ml.orig 2019-08-07 13:03:46 UTC
+++ camlp4/Camlp4/Debug.ml
@@ -29,7 +29,7 @@ value out_channel =
open_out_gen [Open_wronly; Open_creat; Open_append; Open_text]
0o666 f
with
- [ Not_found -> Pervasives.stderr ];
+ [ Not_found -> Stdlib.stderr ];
module StringSet = Set.Make String;