1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00

* tags.h: Disabled definition of SCM_VOIDP_TEST.

This commit is contained in:
Mikael Djurfeldt 2000-03-23 13:04:42 +00:00
parent 61abe7cf63
commit b191741530

View file

@ -62,7 +62,7 @@ typedef long scm_bits_t;
But as external interface, we use void*, which will be checked more strictly for But as external interface, we use void*, which will be checked more strictly for
dubious conversions. dubious conversions.
*/ */
#define SCM_VOIDP_TEST /* #define SCM_VOIDP_TEST */
#ifndef SCM_VOIDP_TEST #ifndef SCM_VOIDP_TEST
typedef scm_bits_t SCM; typedef scm_bits_t SCM;
#define SCM_UNPACK(x) (x) #define SCM_UNPACK(x) (x)