1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2003-04-07 17:36:17 +00:00
parent c8eb6d1f55
commit 876173478e
3 changed files with 7 additions and 0 deletions

View file

@ -28,4 +28,5 @@ ltmain.sh
missing missing
mkinstalldirs mkinstalldirs
pre-inst-guile pre-inst-guile
pre-inst-guile-env
stamp-h1 stamp-h1

View file

@ -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> 2003-04-06 Marius Vollmer <mvo@zagadka.de>
* configure.in: Check for mpz_import, which is required but only * configure.in: Check for mpz_import, which is required but only

View file

@ -3926,6 +3926,7 @@ SCM_DEFINE (scm_inexact_to_exact, "inexact->exact", 1, 0, 0,
} }
#undef FUNC_NAME #undef FUNC_NAME
/* if you need to change this, change test-num2integral.c as well */
#if SCM_SIZEOF_LONG_LONG != 0 #if SCM_SIZEOF_LONG_LONG != 0
# ifndef LLONG_MAX # ifndef LLONG_MAX
# define ULLONG_MAX ((unsigned long long) (-1)) # define ULLONG_MAX ((unsigned long long) (-1))