From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.bugs Subject: Re: compiletime error Date: Sun, 30 May 2004 09:49:52 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <40B99220.20005@dirk-herrmanns-seiten.de> References: <40AFD196.mailJMW11X5JQ@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085901811 32585 80.91.224.253 (30 May 2004 07:23:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 07:23:31 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun May 30 09:23:24 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUKfE-0006Rf-00 for ; Sun, 30 May 2004 09:23:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUKfL-0004AE-UC for guile-bugs@m.gmane.org; Sun, 30 May 2004 03:23:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUKfJ-00048i-46 for bug-guile@gnu.org; Sun, 30 May 2004 03:23:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUKfH-00046j-5z for bug-guile@gnu.org; Sun, 30 May 2004 03:23:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUKfG-00046Q-Um for bug-guile@gnu.org; Sun, 30 May 2004 03:23:27 -0400 Original-Received: from [212.227.126.189] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUKex-0000ym-Oi for bug-guile@gnu.org; Sun, 30 May 2004 03:23:07 -0400 Original-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 Original-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 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220 X-Accept-Language: de, en Original-To: Hyperdivision In-Reply-To: <40AFD196.mailJMW11X5JQ@localhost> X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:494e3e4d1bf8dc247959c49e6f1f4215 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1458 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1458 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 Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile