diff --git a/.cvsignore b/.cvsignore index 1a63a4372..c195046c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,4 +28,5 @@ ltmain.sh missing mkinstalldirs pre-inst-guile +pre-inst-guile-env stamp-h1 diff --git a/ChangeLog b/ChangeLog index 9b47d7a9d..a447e5a2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-07 Rob Browning + + * configure.in: handle pre-inst-guile-env and add + test-suite/standalone/Makefile. + 2003-04-06 Marius Vollmer * configure.in: Check for mpz_import, which is required but only diff --git a/libguile/numbers.c b/libguile/numbers.c index 6ce64ec16..a31cded02 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -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))