aballier    14/12/01 09:05:20

  Added:                ocaml-4.02.patch
  Log:
  import ocaml 4.02 fix from opam
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.1                  dev-ml/ocamldap/files/ocaml-4.02.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/files/ocaml-4.02.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/files/ocaml-4.02.patch?rev=1.1&content-type=text/plain

Index: ocaml-4.02.patch
===================================================================
diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
index 79fd51d..7ffa39e 100644
--- a/src/ldap_ooclient.ml
+++ b/src/ldap_ooclient.ml
@@ -23,7 +23,7 @@
 open Ldap_types
 open Ldap_funclient
 open Ldap_schemaparser
-open String
+let lowercase = String.lowercase
 
 (* types used throughout the library *)
 (* add types *)




Reply via email to