* print.c (scm_iprin1): Rather than having one i, and using it in
authorJim Blandy <jimb@red-bean.com>
Sun, 6 Sep 1998 18:57:16 +0000 (18:57 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 6 Sep 1998 18:57:16 +0000 (18:57 +0000)
commit5ca6dc39476ef161ae17578fb4badd63841e88cf
treea00d7eee373deffc38d89dd65b8ee4a1e6e7bc9b
parent522158de9278d7289c2f279877209c9ee024563f
* print.c (scm_iprin1): Rather than having one i, and using it in
several places, declare a fresh i local to each block where it is
used, and give it a signedness appropriate to its use in each case.
(scm_iprlist): Same.
* print.c (scm_iprin1): Add cast to avoid unsigned/signed
comparison warnings.
* print.c (ENTER_NESTED_DATA): Make i an unsigned long, to avoid
signed/unsigned clashes.
libguile/print.c