mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
(s_bignum): Remove, not used since gmp bignums.
Reported by Richard Todd.
This commit is contained in:
parent
fe89421e30
commit
238ebcef24
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc.
|
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* Portions Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories
|
* Portions Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories
|
||||||
* and Bellcore. See scm_divide.
|
* and Bellcore. See scm_divide.
|
||||||
|
@ -153,8 +153,6 @@ static mpz_t z_negative_one;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static const char s_bignum[] = "bignum";
|
|
||||||
|
|
||||||
SCM_C_INLINE_KEYWORD SCM
|
SCM_C_INLINE_KEYWORD SCM
|
||||||
scm_i_mkbig ()
|
scm_i_mkbig ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue