diff options
author | Andy Wingo <wingo@pobox.com> | 2011-12-02 12:00:33 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-12-02 12:00:33 +0100 |
commit | ea0582c283c29e40f1eb1e85821a9c46bc386121 (patch) | |
tree | afb55074f3819d348c8371c72cc2f369e7e42572 /libguile/numbers.h | |
parent | b2208d2e987759270c712e35c8164394a47a52aa (diff) | |
parent | b57bf2724a254cf73e255b3d2bca0a7dcad6674a (diff) | |
download | guile-ea0582c283c29e40f1eb1e85821a9c46bc386121.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
libguile/guile.c
libguile/numbers.c
Diffstat (limited to 'libguile/numbers.h')
-rw-r--r-- | libguile/numbers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/numbers.h b/libguile/numbers.h index 96843c189..b7bcfe48c 100644 --- a/libguile/numbers.h +++ b/libguile/numbers.h @@ -519,6 +519,9 @@ SCM_API double scm_c_angle (SCM z); SCM_API int scm_is_number (SCM val); +/* If nonzero, tell gmp to use GC_malloc for its allocations. */ +SCM_API int scm_install_gmp_memory_functions; + SCM_INTERNAL void scm_init_numbers (void); #endif /* SCM_NUMBERS_H */ |