From 4496c9c1e8c5620fd3b4eaacc7f1f8e35829b32d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 26 Jan 2012 11:00:55 +0100 Subject: Revert "Universally-unique gensyms" This reverts commit ad432bc8317c33899efc29854550b67f3d7babf7. Not all gensyms need to be universally-unique: most of them just need to be unique within some portion of a Guile session. We'll take a different tack on this problem in the next commit. --- libguile/threads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libguile/threads.c') diff --git a/libguile/threads.c b/libguile/threads.c index 67834ffc8..5a13e5ccf 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -545,7 +545,6 @@ guilify_self_1 (struct GC_stack_base *base) t.join_queue = SCM_EOL; t.dynamic_state = SCM_BOOL_F; t.dynwinds = SCM_EOL; - t.gensym_counter = NULL; t.active_asyncs = SCM_EOL; t.block_asyncs = 1; t.pending_asyncs = 1; -- cgit v1.2.3