mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* lang.h: 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
5a291d7da6
commit
2899af3ff7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
|
||||
|
||||
#ifdef SCM_ENABLE_ELISP
|
||||
#if SCM_ENABLE_ELISP
|
||||
|
||||
#define SCM_NILP(x) (SCM_EQ_P ((x), SCM_ELISP_NIL))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue