> From [EMAIL PROTECTED] Sat May 29 20:23:24 2004 > Return-Path: <[EMAIL PROTECTED]> > X-Original-To: [EMAIL PROTECTED] > Delivered-To: [EMAIL PROTECTED] > Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) > by sleepynyago.dyndns.org (Postfix) with ESMTP id 866AD7B38 > for <[EMAIL PROTECTED]>; Sat, 29 May 2004 20:23:24 -0500 (CDT) > Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) > by moutng.kundenserver.de with esmtp (Exim 3.35 #1) > id 1BUKew-0002Zj-00; Sun, 30 May 2004 09:23:06 +0200 > Received: from [80.131.40.76] (helo=dirk-herrmanns-seiten.de) > by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) > id 1BUKev-0001Eb-00; Sun, 30 May 2004 09:23:06 +0200 > Message-ID: <[EMAIL PROTECTED]> > Date: Sun, 30 May 2004 09:49:52 +0200 > From: Dirk Herrmann <[EMAIL PROTECTED]> > User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220 > X-Accept-Language: de, en > MIME-Version: 1.0 > To: Hyperdivision <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: compiletime error > References: <[EMAIL PROTECTED]> > In-Reply-To: <[EMAIL PROTECTED]> > X-Enigmail-Version: 0.76.8.0 > X-Enigmail-Supports: pgp-inline, pgp-mime > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > X-Provags-ID: kundenserver.de [EMAIL PROTECTED] auth:494e3e4d1bf8dc247959c49e6f1f4215 > Status: R > > 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 > > gcc-cvs (a couple weeks old) guile will not compile as is, i need to initialize slen with something.
~hyper. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
