1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

Merge remote-tracking branch 'origin/stable-2.0'

Conflicts:
	libguile/guile.c
	libguile/numbers.c
This commit is contained in:
Andy Wingo 2011-12-02 12:00:33 +01:00
commit ea0582c283
3 changed files with 44 additions and 2 deletions

View file

@ -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 */