mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
always having scm_t_uint64
* libguile/gen-scmconfig.c: * libguile/random.c: * libguile/srfi-4.c: * libguile/srfi-4.h: * libguile/__scm.h: * libguile/numbers.c: * libguile/numbers.h: * test-suite/standalone/test-conversion.c: Since we always require scm_t_uint64 and friends, remove some conditional compiles.
This commit is contained in:
parent
33290f52ef
commit
db6e848d19
8 changed files with 9 additions and 193 deletions
|
@ -5898,8 +5898,6 @@ scm_i_range_error (SCM bad_val, SCM min, SCM max)
|
|||
#define SCM_FROM_TYPE_PROTO(arg) scm_from_uint32 (arg)
|
||||
#include "libguile/conv-uinteger.i.c"
|
||||
|
||||
#if SCM_HAVE_T_INT64
|
||||
|
||||
#define TYPE scm_t_int64
|
||||
#define TYPE_MIN SCM_T_INT64_MIN
|
||||
#define TYPE_MAX SCM_T_INT64_MAX
|
||||
|
@ -5916,8 +5914,6 @@ scm_i_range_error (SCM bad_val, SCM min, SCM max)
|
|||
#define SCM_FROM_TYPE_PROTO(arg) scm_from_uint64 (arg)
|
||||
#include "libguile/conv-uinteger.i.c"
|
||||
|
||||
#endif
|
||||
|
||||
void
|
||||
scm_to_mpz (SCM val, mpz_t rop)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue