mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
compat fix
This commit is contained in:
parent
db9c613f57
commit
20fb411b50
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
let verbose = Sys.getenv_opt "VERBOSE"=Some "1"
|
let verbose = try Sys.getenv "VERBOSE"="1" with _ -> false
|
||||||
|
|
||||||
[@@@ifge 4.08]
|
[@@@ifge 4.08]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue