mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* lang.c: fix various preprocessor usages of new public
symbols to expect 0 or 1 values rather than 1 or undefined. i.e. change #ifdef to #if, etc.
This commit is contained in:
parent
9d4b740b63
commit
5a291d7da6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
/* {Multi-language support}
|
||||
*/
|
||||
|
||||
#ifdef SCM_ENABLE_ELISP
|
||||
#if SCM_ENABLE_ELISP
|
||||
|
||||
void
|
||||
scm_init_lang ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue