mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
f335c9f7ea
- Change BDB dependency to (allegedly more reliable) db42 - Teach configure about amd64 machines PR: ports/74170 Submitted by: Johan van Selst (maintainer)
12 lines
315 B
OCaml
12 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
|