Hyperdivision wrote:
guile/guile-core/libguile/rdelim.c:204 slen may be uninitialized
(slen=0 ?)
slen is not uninitialized: It is always initialised by the call
scm_do_read_line (port, &slen);
which is called unconditionally. I am not sure whether it would be a good idea to add an additional (useless) initialisation to slen, since this would seem like the value was of any importance when scm_do_read_line is called.
With which compiler and compiler settings did you get a compiler error?
Best regards Dirk
_______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
