diff options
Diffstat (limited to 'libguile/lang.c')
-rw-r--r-- | libguile/lang.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/lang.c b/libguile/lang.c index 85da68034..9a87bb481 100644 --- a/libguile/lang.c +++ b/libguile/lang.c @@ -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" |