1
Fork 0
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:
Rob Browning 2003-03-27 20:09:03 +00:00
parent 9d4b740b63
commit 5a291d7da6

View file

@ -56,7 +56,7 @@
/* {Multi-language support}
*/
#ifdef SCM_ENABLE_ELISP
#if SCM_ENABLE_ELISP
void
scm_init_lang ()