summaryrefslogtreecommitdiff
path: root/libguile/gc-mark.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@oblong.net>2009-03-17 16:10:14 +0100
committerAndy Wingo <wingo@oblong.net>2009-03-17 16:10:14 +0100
commitccb6d6903d8fd638e7d4b9183a15bee770cff2ca (patch)
tree471a346878318b8f37b4b7c46c4c4e6c59d3b5f0 /libguile/gc-mark.c
parent3e64d235e9f950b73c70b57c8ee3ee349d2fdae8 (diff)
parente092357058850a6f998bf462bdc5504c6379c96f (diff)
downloadguile-ccb6d6903d8fd638e7d4b9183a15bee770cff2ca.tar.gz
Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-check
Diffstat (limited to 'libguile/gc-mark.c')
-rw-r--r--libguile/gc-mark.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/gc-mark.c b/libguile/gc-mark.c
index 9afafbac3..e73f6e10e 100644
--- a/libguile/gc-mark.c
+++ b/libguile/gc-mark.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2005, 2006, 2009 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
@@ -99,8 +99,6 @@ scm_mark_all (void)
}
}
}
-
- scm_mark_subr_table ();
loops = 0;
while (1)