summaryrefslogtreecommitdiff
path: root/libguile/unif.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-01-07 23:42:35 +0000
committerJim Blandy <jimb@red-bean.com>1997-01-07 23:42:35 +0000
commit805df3e8af166d84bb5f67b34929816cac6433ad (patch)
tree4b18d889d756e6380b0ac68dec424c6578776e12 /libguile/unif.c
parentae65f9f937fab843cba469d0ebe484adb42bdd47 (diff)
downloadguile-805df3e8af166d84bb5f67b34929816cac6433ad.tar.gz
I think the Sun compiler has chosen a perverse way to interpret
ANSI declarations combined with K&R definitions. We'll appease it a little bit. But when it invades France, we fight. * print.c (scm_iprlist): Change 'tlr' argument to an int. * print.h (scm_iprlist): Here too. * numbers.c (scm_divbigdig): Change definition to match declaration in numbers.h. * unif.c (scm_makflo): Change definition to match declaration in unif.h.
Diffstat (limited to 'libguile/unif.c')
-rw-r--r--libguile/unif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/unif.c b/libguile/unif.c
index 922101722..87be8a22d 100644
--- a/libguile/unif.c
+++ b/libguile/unif.c
@@ -174,8 +174,7 @@ scm_vector_set_length_x (vect, len)
SCM
-scm_makflo (x)
- float x;
+scm_makflo (float x)
{
SCM z;
if (x == 0.0)