diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 15:55:42 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 15:55:42 +0000 |
commit | cba42c9344cb8559ddfe8ba91e67e932cf5a2c1f (patch) | |
tree | 97fbe63607f9c03d6a1997d3b7b345a43936ea41 /libguile/numbers.h | |
parent | 759aa8f9e06cf4e9f8cd8ded06a293e8b3d8a190 (diff) | |
download | guile-cba42c9344cb8559ddfe8ba91e67e932cf5a2c1f.tar.gz |
* numbers.h. numbers.c (scm_make_ratio): Renamed to
scm_i_make_ratio and made static, replaced uses with scm_divide.
Diffstat (limited to 'libguile/numbers.h')
-rw-r--r-- | libguile/numbers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/numbers.h b/libguile/numbers.h index 501ea51cf..7917191c2 100644 --- a/libguile/numbers.h +++ b/libguile/numbers.h @@ -267,7 +267,6 @@ SCM_API SCM scm_i_long2big (long n); SCM_API SCM scm_i_ulong2big (unsigned long n); /* ratio functions */ -SCM_API SCM scm_make_ratio (SCM num, SCM den); SCM_API SCM scm_rationalize (SCM x, SCM err); SCM_API SCM scm_numerator (SCM z); SCM_API SCM scm_denominator (SCM z); |