From 0c7aecb88dc696f66f49f3bed54a037361a26b8d Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Fri, 2 Jan 2004 19:23:29 +0000 Subject: depollution suite (et fin?) (PR#1914 et PR#1956) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6047 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byterun/alloc.h') diff --git a/byterun/alloc.h b/byterun/alloc.h index 203ff091aa..1cf70c2247 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] */ -- cgit v1.2.1