diff options
author | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:56 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-02-23 14:18:56 +0100 |
commit | 81b80b9610798ea910daad78cf525dec211639f9 (patch) | |
tree | 4a1ecf3f8e70132c133f54acc2413b2547cf0931 /libguile/weak-set.h | |
parent | 44b76a785ce075df07e6af1c2bf7d5ad3f4e3d4f (diff) | |
download | guile-81b80b9610798ea910daad78cf525dec211639f9.tar.gz |
Revert "with a threaded guile, lock weak sets and tables during a fork"
This reverts commit f609480611cfd1585409fd6b1b90beb730b026cf.
Diffstat (limited to 'libguile/weak-set.h')
-rw-r--r-- | libguile/weak-set.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/weak-set.h b/libguile/weak-set.h index 6a1c00d78..86781c78a 100644 --- a/libguile/weak-set.h +++ b/libguile/weak-set.h @@ -3,7 +3,7 @@ #ifndef SCM_WEAK_SET_H #define SCM_WEAK_SET_H -/* Copyright (C) 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 2011 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 License @@ -57,10 +57,7 @@ SCM_INTERNAL SCM scm_weak_set_fold (SCM proc, SCM init, SCM set); SCM_INTERNAL SCM scm_weak_set_for_each (SCM proc, SCM set); SCM_INTERNAL SCM scm_weak_set_map_to_list (SCM proc, SCM set); -SCM_INTERNAL void scm_i_weak_set_lock (SCM set); -SCM_INTERNAL void scm_i_weak_set_unlock (SCM set); SCM_INTERNAL void scm_i_weak_set_print (SCM exp, SCM port, scm_print_state *pstate); -SCM_INTERNAL void scm_weak_set_prehistory (void); SCM_INTERNAL void scm_init_weak_set (void); #endif /* SCM_WEAK_SET_H */ |