pkgsrc-wip/sks/patches/patch-ag
2006-10-14 00:19:37 +00:00

13 lines
404 B
Text

$NetBSD: patch-ag,v 1.2 2006/10/14 00:19:37 adrian_p Exp $
--- number.ml.orig 2005-01-13 21:42:57.000000000 +0000
+++ number.ml 2005-01-13 21:43:15.000000000 +0000
@@ -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