From 43261b390fd423b776eb46b5719c3da4a53c8bec Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 16 Apr 2003 12:52:04 +0000 Subject: [PATCH] * feature.c (scm_init_feature): Always add threads feature. --- libguile/ChangeLog | 4 ++++ libguile/feature.c | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5528486a4..e585f1add 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +2003-04-16 Mikael Djurfeldt + + * feature.c (scm_init_feature): Always add threads feature. + 2003-04-15 Mikael Djurfeldt * goops.c (scm_sys_fast_slot_ref): Use SCM_SLOT instead of diff --git a/libguile/feature.c b/libguile/feature.c index bef07ca2d..1d5d82b3b 100644 --- a/libguile/feature.c +++ b/libguile/feature.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002, 2003 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -96,9 +96,7 @@ scm_init_feature() #ifndef CHEAP_CONTINUATIONS scm_add_feature ("full-continuation"); #endif -#if SCM_USE_NULL_THREADS scm_add_feature ("threads"); -#endif scm_c_define ("char-code-limit", SCM_MAKINUM (SCM_CHAR_CODE_LIMIT));