diff options
Diffstat (limited to 'libguile/weaks.h')
-rw-r--r-- | libguile/weaks.h | 6 |
1 files 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) \ |