mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
* tags.h: scm_t_intptr should have been intptr_t.
This commit is contained in:
parent
3071ea2764
commit
f59195a1d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
/* In the beginning was the Word:
|
/* In the beginning was the Word:
|
||||||
*/
|
*/
|
||||||
#if SCM_SIZEOF_INTPTR_T != 0 && defined(INTPTR_MAX) && defined(INTPTR_MIN)
|
#if SCM_SIZEOF_INTPTR_T != 0 && defined(INTPTR_MAX) && defined(INTPTR_MIN)
|
||||||
typedef scm_t_intptr scm_t_signed_bits;
|
typedef intptr_t scm_t_signed_bits;
|
||||||
#define SCM_T_SIGNED_BITS_MAX INTPTR_MAX
|
#define SCM_T_SIGNED_BITS_MAX INTPTR_MAX
|
||||||
#define SCM_T_SIGNED_BITS_MIN INTPTR_MIN
|
#define SCM_T_SIGNED_BITS_MIN INTPTR_MIN
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue