mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
* tags.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
a1fa649f02
commit
f546be4d03
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ typedef unsigned long scm_t_bits;
|
||||||
*/
|
*/
|
||||||
#define scm_tc7_pws 31
|
#define scm_tc7_pws 31
|
||||||
|
|
||||||
#ifdef SCM_HAVE_ARRAYS
|
#if SCM_HAVE_ARRAYS
|
||||||
#define scm_tc7_llvect 29
|
#define scm_tc7_llvect 29
|
||||||
#define scm_tc7_uvect 37
|
#define scm_tc7_uvect 37
|
||||||
/* free 39 */
|
/* free 39 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue