diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2000-02-25 09:05:03 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2000-02-25 09:05:03 +0000 |
commit | 38f64c3ce6c307100f99272841f9214393929d84 (patch) | |
tree | dd86e5aca761416270dcd41f76c7624ef2cbb703 /otherlibs/bigarray/bigarray.h | |
parent | 93fa509b149337724168b790d2a054a96de3c842 (diff) | |
download | ocaml-38f64c3ce6c307100f99272841f9214393929d84.tar.gz |
Typo dans bigarray.h.
Ajout des operations of_array.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2863 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/bigarray/bigarray.h')
-rw-r--r-- | otherlibs/bigarray/bigarray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/bigarray/bigarray.h b/otherlibs/bigarray/bigarray.h index 5933442d8f..e9265f82df 100644 --- a/otherlibs/bigarray/bigarray.h +++ b/otherlibs/bigarray/bigarray.h @@ -65,7 +65,7 @@ struct caml_bigarray { extern value alloc_bigarray(int flags, int num_dims, void * data, long * dim); extern value alloc_bigarray_dims(int flags, int num_dims, void * data, - /*dimensions, with type long */); + ... /*dimensions, with type long */); #endif |