* tags.h: Disabled definition of SCM_VOIDP_TEST.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 23 Mar 2000 13:04:42 +0000 (13:04 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 23 Mar 2000 13:04:42 +0000 (13:04 +0000)
libguile/tags.h

index 8eb8c06..c52ded6 100644 (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)