I think the Sun compiler has chosen a perverse way to interpret
authorJim Blandy <jimb@red-bean.com>
Tue, 7 Jan 1997 23:42:35 +0000 (23:42 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 7 Jan 1997 23:42:35 +0000 (23:42 +0000)
commit805df3e8af166d84bb5f67b34929816cac6433ad
tree4b18d889d756e6380b0ac68dec424c6578776e12
parentae65f9f937fab843cba469d0ebe484adb42bdd47
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.
libguile/numbers.c
libguile/print.c
libguile/print.h
libguile/unif.c