diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-03-08 23:04:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-03-08 23:04:06 +0100 |
commit | f307fbcec2cbaaa95b8c861395133b519c7519cf (patch) | |
tree | 8f08599fb60cfdcd98de0f03a465e70e962112bd /libguile/evalext.c | |
parent | 1eefa363bd7f0db07a907c773c890b78ff6415a9 (diff) | |
parent | 6c59f901499937fe3779ef1f543646754f843679 (diff) | |
download | guile-f307fbcec2cbaaa95b8c861395133b519c7519cf.tar.gz |
Merge branch 'master' into boehm-demers-weiser-gc
Conflicts:
libguile/gc-card.c
libguile/gc-mark.c
Diffstat (limited to 'libguile/evalext.c')
-rw-r--r-- | libguile/evalext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/evalext.c b/libguile/evalext.c index 9bec8f410..5ca78066d 100644 --- a/libguile/evalext.c +++ b/libguile/evalext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998,1999,2000,2001,2002,2003, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1998,1999,2000,2001,2002,2003, 2006, 2008, 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 @@ -106,7 +106,6 @@ SCM_DEFINE (scm_self_evaluating_p, "self-evaluating?", 1, 0, 0, case scm_tc7_number: case scm_tc7_string: case scm_tc7_smob: - case scm_tc7_cclo: case scm_tc7_pws: case scm_tcs_subrs: case scm_tcs_struct: |