Daniel Llorens <d...@jast.ch> skribis: > From 3fba07976ac26b7e7def16679a7e7d1f92b2951c Mon Sep 17 00:00:00 2001 > From: Daniel Llorens <daniel.llor...@bluewin.ch> > Date: Wed, 3 Apr 2013 15:40:48 +0200 > Subject: [PATCH 1/5] Deprecate dead code in array-map.c > > * libguile/array-map.c, libguile/array-map.h: deprecate scm_ra_eqp, > scm_ra_lessp, scm_ra_leqp, scm_ra_grp, scm_ra_greqp, scm_ra_sum, > scm_ra_product, scm_ra_difference, scm_ra_divide, scm_array_identity.
Applied, with the declarations enclosed in #if SCM_ENABLE_DEPRECATED. Ludo’.