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

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.
This commit is contained in:
Jim Blandy 1997-01-07 23:42:35 +00:00
parent ae65f9f937
commit 805df3e8af
4 changed files with 12 additions and 8 deletions

View file

@ -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)