diff options
author | Daniel Llorens <daniel.llorens@bluewin.ch> | 2013-04-03 22:52:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-05 22:54:14 +0200 |
commit | d09b201d59f55f692323f82866512cba2cb29c76 (patch) | |
tree | 0784e2cccd76ddf96b21748f39605b58db9b9e4a /doc/guile-api.alist | |
parent | ab1ca17986ee758b7ec4088bf3f6a596872b1677 (diff) | |
download | guile-d09b201d59f55f692323f82866512cba2cb29c76.tar.gz |
Deprecate scm_array_fill_int()
* libguile/array-map.h, libgule/array-map.c: move scm_array_fill_int
to the deprecated section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guile-api.alist')
-rw-r--r-- | doc/guile-api.alist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/guile-api.alist b/doc/guile-api.alist index 5830c917a..78d3a5cd0 100644 --- a/doc/guile-api.alist +++ b/doc/guile-api.alist @@ -1359,7 +1359,6 @@ (scm_array_copy_x (groups scm C) (scan-data T)) (scm_array_dimensions (groups scm C) (scan-data T)) (scm_array_equal_p (groups scm C) (scan-data T)) -(scm_array_fill_int (groups scm C) (scan-data T)) (scm_array_fill_x (groups scm C) (scan-data T)) (scm_array_for_each (groups scm C) (scan-data T)) (scm_array_identity (groups scm C) (scan-data T)) |