From 238f9a4f72a1537d8be9a21c1140a368a118f85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 15 Sep 2009 23:12:39 +0200 Subject: [PATCH] Keep the weak pair API internal. * libguile/weaks.h (scm_weak_car_pair, scm_weak_cdr_pair, scm_doubly_weak_pair): Make them internal. --- libguile/weaks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguile/weaks.h b/libguile/weaks.h index 23b707248..eecc6184e 100644 --- a/libguile/weaks.h +++ b/libguile/weaks.h @@ -55,9 +55,9 @@ /* Weak pairs. */ -SCM_API SCM scm_weak_car_pair (SCM car, SCM cdr); -SCM_API SCM scm_weak_cdr_pair (SCM car, SCM cdr); -SCM_API SCM scm_doubly_weak_pair (SCM car, SCM cdr); +SCM_INTERNAL SCM scm_weak_car_pair (SCM car, SCM cdr); +SCM_INTERNAL SCM scm_weak_cdr_pair (SCM car, SCM cdr); +SCM_INTERNAL SCM scm_doubly_weak_pair (SCM car, SCM cdr); /* Testing the weak component(s) of a cell for reachability. */ #define SCM_WEAK_PAIR_WORD_DELETED_P(_cell, _word) \