You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/pxp/files/oc43.patch

14 lines
395 B

Index: pxp-1.2.8/src/pxp-engine/pxp_document.ml
===================================================================
--- pxp-1.2.8.orig/src/pxp-engine/pxp_document.ml
+++ pxp-1.2.8/src/pxp-engine/pxp_document.ml
@@ -3398,8 +3398,6 @@ let find_all_elements ?deeply eltype bas
;;
-exception Skip;;
-
let map_tree ~pre ?(post=(fun x -> x)) base =
let rec map_rec n =
let n' = pre n in