freebsd-ports/security/sks/files/patch-number.ml
Sergei Kolobov f335c9f7ea - Change Ocaml build dependency to a lighter lang/ocaml-nox11
- Change BDB dependency to (allegedly more reliable) db42
- Teach configure about amd64 machines

PR:		ports/74170
Submitted by:	Johan van Selst (maintainer)
2004-11-25 11:23:13 +00:00

11 lines
315 B
OCaml

--- number.ml Thu Oct 21 04:56:03 2004
+++ number.ml Thu Nov 25 00:25:35 2004
@@ -18,7 +18,7 @@
(** Basic operations and definitions for multi-precistion integers. *)
(* Change to Dlong for non x86 platforms *)
-module Nx = Numerix.Slong
+module Nx = Numerix.Clong
let two = Nx.of_int 2
let one = Nx.of_int 1