1
Fork 0
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:
Rob Browning 2003-03-27 20:10:07 +00:00
parent a1fa649f02
commit f546be4d03

View file

@ -330,7 +330,7 @@ typedef unsigned long scm_t_bits;
*/
#define scm_tc7_pws 31
#ifdef SCM_HAVE_ARRAYS
#if SCM_HAVE_ARRAYS
#define scm_tc7_llvect 29
#define scm_tc7_uvect 37
/* free 39 */