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:
commit
ea0582c283
3 changed files with 44 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue