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:
parent
61abe7cf63
commit
b191741530
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue