lisp nil always enabled
[bpt/guile.git] / libguile / lang.c
index 85da680..9a87bb4 100644 (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"