Avoid unneeded `scm_dynwind_free ()'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 9 Sep 2009 17:27:42 +0000 (19:27 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 Sep 2009 17:27:42 +0000 (19:27 +0200)
commitd66b74dce74c2824726746e82a8a413463cb80fd
tree617dda3f2db2c40219620723fea05e2e8361b6fc
parentf07c349eb38d6c7b160b8980fc4007fb502e3433
Avoid unneeded `scm_dynwind_free ()'.

* libguile/array-map.c (indices_gc_hint): New variable.
  (scm_ramapc, scm_array_index_map_x): Avoid `scm_dynwind_free ()' using
  `scm_gc_malloc_pointerless ()'.
libguile/array-map.c