4981fb6343
latest version of ocaml and its framework. Discussed on packages@ and OK'd by jperkin. Changes include: 1.2.8: Build against ocamlnet-4.1. Support -safe-string 1.2.7: tweaking support for oasis. 1.2.6: Adding _oasis file. 1.2.5: Build against ocamlnet-4. 1.2.4: Fixed bug in namespace-aware parsing (thanks to ygrek and Thomas Leonard)
14 lines
420 B
OCaml
14 lines
420 B
OCaml
$NetBSD: patch-src_pxp-engine_pxp-document.ml,v 1.1 2016/06/25 13:59:21 jaapb Exp $
|
|
|
|
Comment out multiply-defined exception
|
|
--- src/pxp-engine/pxp_document.ml.orig 2016-03-03 13:46:50.000000000 +0000
|
|
+++ src/pxp-engine/pxp_document.ml
|
|
@@ -3398,7 +3398,7 @@ let find_all_elements ?deeply eltype bas
|
|
;;
|
|
|
|
|
|
-exception Skip;;
|
|
+(* exception Skip;; *)
|
|
|
|
let map_tree ~pre ?(post=(fun x -> x)) base =
|
|
let rec map_rec n =
|