diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-02-14 17:32:46 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-02-14 17:32:46 +0100 |
commit | f7a1ab8b946e03f6ad5ccdecba5e8d69b3ce0a1a (patch) | |
tree | be17320f40e9cfd935238883dee59667cf4bf5bc /libguile/init.c | |
parent | 63385df2fdc2f9bc70804383f071f2fb74743a86 (diff) | |
parent | fe11efeebaa2ebb7bf0fe8bc46a29c152ead2509 (diff) | |
download | guile-f7a1ab8b946e03f6ad5ccdecba5e8d69b3ce0a1a.tar.gz |
Merge branch 'master' into boehm-demers-weiser-gc
Conflicts:
libguile/gc-mark.c
libguile/procs.c
libguile/procs.h
libguile/threads.c
libguile/threads.h
Diffstat (limited to 'libguile/init.c')
-rw-r--r-- | libguile/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/init.c b/libguile/init.c index 2d5c94340..56c34c8bc 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 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 @@ -446,7 +446,6 @@ scm_i_init_guile (SCM_STACKITEM *base) scm_struct_prehistory (); /* requires storage */ scm_symbols_prehistory (); /* requires storage */ - scm_init_subr_table (); #if 0 scm_environments_prehistory (); /* requires storage */ #endif |