1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

remove SICP from __scm.h

* libguile/__scm.h: Remove #undef SICP.
* libguile/feature.c (scm_init_feature): Never add the sicp feature.
This commit is contained in:
Andy Wingo 2011-05-15 10:54:00 +02:00
parent 412ccea6c9
commit 2572c80673
2 changed files with 1 additions and 15 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002, 2003, 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002, 2003, 2004, 2006, 2007, 2009, 2011 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
@ -108,9 +108,6 @@ scm_init_feature()
#ifdef vms
scm_add_feature(s_ed);
#endif
#ifdef SICP
scm_add_feature("sicp");
#endif
#ifndef GO32
scm_add_feature("char-ready?");
#endif