diff options
Diffstat (limited to 'libguile/options.c')
-rw-r--r-- | libguile/options.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/options.c b/libguile/options.c index ee7001a8c..ba2e95e4c 100644 --- a/libguile/options.c +++ b/libguile/options.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1998,2000,2001, 2006, 2008 Free Software Foundation +/* Copyright (C) 1995,1996,1998,2000,2001, 2006, 2008, 2009 Free Software Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -281,7 +281,6 @@ scm_init_opts (SCM (*func) (SCM), scm_t_option options[]) { SCM name = scm_from_locale_symbol (options[i].name); options[i].name = (char *) SCM_UNPACK (name); - scm_permanent_object (name); } func (SCM_UNDEFINED); } |