From: hyperdivision@sleepynyago.dyndns.org (Hyperdivision)
Cc: bug-guile@gnu.org
Subject: Re: compiletime error
Date: Sun, 30 May 2004 12:27:12 -0500 [thread overview]
Message-ID: <40BA1970.mailVL1MY4AM@localhost> (raw)
In-Reply-To: <40B99220.20005@dirk-herrmanns-seiten.de>
> From dirk@dirk-herrmanns-seiten.de Sat May 29 20:23:24 2004
> Return-Path: <dirk@dirk-herrmanns-seiten.de>
> X-Original-To: hyperdivision@sleepynyago.dyndns.org
> Delivered-To: hyperdivision@sleepynyago.dyndns.org
> Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189])
> by sleepynyago.dyndns.org (Postfix) with ESMTP id 866AD7B38
> for <hyperdivision@sleepynyago.dyndns.org>; 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: <40B99220.20005@dirk-herrmanns-seiten.de>
> Date: Sun, 30 May 2004 09:49:52 +0200
> From: Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
> 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 <hyperdivision@sleepynyago.dyndns.org>
> Cc: bug-guile@gnu.org
> Subject: Re: compiletime error
> References: <40AFD196.mailJMW11X5JQ@localhost>
> In-Reply-To: <40AFD196.mailJMW11X5JQ@localhost>
> 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 abuse@kundenserver.de 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
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
prev parent reply other threads:[~2004-05-30 17:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-22 22:17 compiletime error Hyperdivision
2004-05-30 7:49 ` Dirk Herrmann
2004-05-30 17:27 ` Hyperdivision [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40BA1970.mailVL1MY4AM@localhost \
--to=hyperdivision@sleepynyago.dyndns.org \
--cc=bug-guile@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).