summaryrefslogtreecommitdiff
path: root/libguile/numbers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/numbers.h')
-rw-r--r--libguile/numbers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/numbers.h b/libguile/numbers.h
index d3a344443..68f321ef7 100644
--- a/libguile/numbers.h
+++ b/libguile/numbers.h
@@ -520,6 +520,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 */