X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/c8ab29ac8e32f3f68efe1652e27d4a4cb2d90f4e..fcd3c8ccd3ea8f8e052c8e1957cb21004c32d912:/libguile/evalext.c diff --git a/libguile/evalext.c b/libguile/evalext.c index 3e04a7a59..48a9eff3c 100644 --- a/libguile/evalext.c +++ b/libguile/evalext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998,1999,2000,2001,2002,2003, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1998,1999,2000,2001,2002,2003, 2006, 2008, 2009, 2010, 2011, 2012, 2013 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 License @@ -81,8 +81,6 @@ SCM_DEFINE (scm_self_evaluating_p, "self-evaluating?", 1, 0, 0, case scm_tc7_fluid: case scm_tc7_dynamic_state: case scm_tc7_frame: - case scm_tc7_objcode: - case scm_tc7_vm: case scm_tc7_vm_cont: case scm_tc7_number: case scm_tc7_string: