mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-ml/ocaml-inifiles: changing deprecated funcs
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
--- a/inifiles.ml
|
||||
+++ b/inifiles.ml
|
||||
@@ -50,7 +50,7 @@
|
||||
struct
|
||||
type t = string
|
||||
let compare (x:t) (y:t) =
|
||||
- String.compare (String.lowercase x) (String.lowercase y)
|
||||
+ String.compare (String.lowercase_ascii x) (String.lowercase_ascii y)
|
||||
end
|
||||
|
||||
module Strset = Set.Make(Ordstr)
|
||||
@@ -257,7 +257,7 @@
|
||||
func
|
||||
initial
|
||||
|
||||
Reference in New Issue
Block a user