diff options
Diffstat (limited to 'byterun/alloc.h')
-rw-r--r-- | byterun/alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/alloc.h b/byterun/alloc.h index 203ff091a..1cf70c224 100644 --- a/byterun/alloc.h +++ b/byterun/alloc.h @@ -29,7 +29,7 @@ CAMLextern value caml_alloc_tuple (mlsize_t); CAMLextern value caml_alloc_string (mlsize_t); /* size in bytes */ CAMLextern value caml_copy_string (char const *); CAMLextern value caml_copy_string_array (char const **); -CAMLextern value copy_double (double); +CAMLextern value caml_copy_double (double); CAMLextern value caml_copy_int32 (int32); /* defined in [ints.c] */ CAMLextern value caml_copy_int64 (int64); /* defined in [ints.c] */ CAMLextern value caml_copy_nativeint (long); /* defined in [ints.c] */ |