1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +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
dubious conversions.
*/
#define SCM_VOIDP_TEST
/* #define SCM_VOIDP_TEST */
#ifndef SCM_VOIDP_TEST
typedef scm_bits_t SCM;
#define SCM_UNPACK(x) (x)