mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
c8eb6d1f55
commit
876173478e
3 changed files with 7 additions and 0 deletions
|
@ -28,4 +28,5 @@ ltmain.sh
|
|||
missing
|
||||
mkinstalldirs
|
||||
pre-inst-guile
|
||||
pre-inst-guile-env
|
||||
stamp-h1
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-04-07 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* configure.in: handle pre-inst-guile-env and add
|
||||
test-suite/standalone/Makefile.
|
||||
|
||||
2003-04-06 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* configure.in: Check for mpz_import, which is required but only
|
||||
|
|
|
@ -3926,6 +3926,7 @@ SCM_DEFINE (scm_inexact_to_exact, "inexact->exact", 1, 0, 0,
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
/* if you need to change this, change test-num2integral.c as well */
|
||||
#if SCM_SIZEOF_LONG_LONG != 0
|
||||
# ifndef LLONG_MAX
|
||||
# define ULLONG_MAX ((unsigned long long) (-1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue