1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

(s_bignum): Remove, not used since gmp bignums.

Reported by Richard Todd.
This commit is contained in:
Kevin Ryde 2004-01-06 21:55:29 +00:00
parent fe89421e30
commit 238ebcef24

View file

@ -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
* 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_i_mkbig ()
{