1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00

lisp nil always enabled

* configure.ac: Remove --disable-elisp option. Lisp nil is always
  enabled.

* libguile/boolean.h:
* libguile/gen-scmconfig.c:
* libguile/gen-scmconfig.h.in:
* libguile/init.c:
* libguile/lang.c:
* libguile/lang.h:
* libguile/pairs.h:
* libguile/private-options.h:
* libguile/read.c: Remove conditionals for disabling elisp.
This commit is contained in:
Andy Wingo 2010-04-09 14:03:02 +02:00
parent 92e19ec06d
commit c1b7c940ec
10 changed files with 8 additions and 66 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000, 2001, 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 1999, 2000, 2001, 2006, 2008, 2010 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
@ -36,8 +36,6 @@
/* {Multi-language support}
*/
#if SCM_ENABLE_ELISP
void
scm_init_lang ()
{
@ -46,8 +44,6 @@ scm_init_lang ()
scm_c_define ("%nil", SCM_ELISP_NIL);
}
#endif /* SCM_ENABLE_ELISP */
/*
Local Variables:
c-file-style: "gnu"