summaryrefslogtreecommitdiffstats
path: root/byterun/ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/ints.c')
-rw-r--r--byterun/ints.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/byterun/ints.c b/byterun/ints.c
index e9ad19401..b28807bc5 100644
--- a/byterun/ints.c
+++ b/byterun/ints.c
@@ -267,10 +267,6 @@ CAMLexport int64 Int64_val(value v)
return buffer.j;
}
-CAMLexport void Store_int64(value v, int64 i)
-{
-}
-
#endif
static int int64_compare(value v1, value v2)
@@ -452,7 +448,7 @@ CAMLprim value int64_float_of_bits(value vi)
#else
static char int64_error[] =
- "The type Int64.t is not supported on this platform";
+ "The type int64 is not supported on this platform";
value copy_int64(int64 i)
{ invalid_argument(int64_error); }