mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Removed SCM_I_GSC_*_LIMITS macros, they are no longer used.
This commit is contained in:
parent
9d3ebce493
commit
d0fefc7de5
1 changed files with 0 additions and 10 deletions
|
@ -16,25 +16,15 @@
|
|||
#define SCM_I_GSC_NEEDS_STDINT_H @SCM_I_GSC_NEEDS_STDINT_H@
|
||||
#define SCM_I_GSC_NEEDS_INTTYPES_H @SCM_I_GSC_NEEDS_INTTYPES_H@
|
||||
#define SCM_I_GSC_T_INT8 @SCM_I_GSC_T_INT8@
|
||||
#define SCM_I_GSC_T_INT8_LIMITS @SCM_I_GSC_T_INT8_LIMITS@
|
||||
#define SCM_I_GSC_T_UINT8 @SCM_I_GSC_T_UINT8@
|
||||
#define SCM_I_GSC_T_UINT8_LIMITS @SCM_I_GSC_T_UINT8_LIMITS@
|
||||
#define SCM_I_GSC_T_INT16 @SCM_I_GSC_T_INT16@
|
||||
#define SCM_I_GSC_T_INT16_LIMITS @SCM_I_GSC_T_INT16_LIMITS@
|
||||
#define SCM_I_GSC_T_UINT16 @SCM_I_GSC_T_UINT16@
|
||||
#define SCM_I_GSC_T_UINT16_LIMITS @SCM_I_GSC_T_UINT16_LIMITS@
|
||||
#define SCM_I_GSC_T_INT32 @SCM_I_GSC_T_INT32@
|
||||
#define SCM_I_GSC_T_INT32_LIMITS @SCM_I_GSC_T_INT32_LIMITS@
|
||||
#define SCM_I_GSC_T_UINT32 @SCM_I_GSC_T_UINT32@
|
||||
#define SCM_I_GSC_T_UINT32_LIMITS @SCM_I_GSC_T_UINT32_LIMITS@
|
||||
#define SCM_I_GSC_T_INT64 @SCM_I_GSC_T_INT64@
|
||||
#define SCM_I_GSC_T_INT64_LIMITS @SCM_I_GSC_T_INT64_LIMITS@
|
||||
#define SCM_I_GSC_T_UINT64 @SCM_I_GSC_T_UINT64@
|
||||
#define SCM_I_GSC_T_UINT64_LIMITS @SCM_I_GSC_T_UINT64_LIMITS@
|
||||
#define SCM_I_GSC_T_INTMAX @SCM_I_GSC_T_INTMAX@
|
||||
#define SCM_I_GSC_T_INTMAX_LIMITS @SCM_I_GSC_T_INTMAX_LIMITS@
|
||||
#define SCM_I_GSC_T_UINTMAX @SCM_I_GSC_T_UINTMAX@
|
||||
#define SCM_I_GSC_T_UINTMAX_LIMITS @SCM_I_GSC_T_UINTMAX_LIMITS@
|
||||
#define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
|
||||
#define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
|
||||
#define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue