From: ludo@gnu.org (Ludovic Courtès)
To: primus <rprimus@gmail.com>
Cc: bug-guile@gnu.org
Subject: Re: [1.9.12] expected ')' ...
Date: Sat, 11 Sep 2010 15:09:11 +0200 [thread overview]
Message-ID: <87lj78a0lk.fsf@gnu.org> (raw)
In-Reply-To: <20100908214800.GK8535@x.lence.net> (primus's message of "Wed, 8 Sep 2010 22:48:00 +0100")
Hi,
primus <rprimus@gmail.com> writes:
> "./libguile/bdw-gc.h" line 44 of 65
> before:
> #if (! ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))
> /* This type was provided by `libgc' 6.x. */
> after:
> #if ( ((defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)))
>
> Removal of '!'. GC_PTR *should* be defined if ver >= 7
Hmm in this file I see:
#if (defined GC_VERSION_MAJOR) && (GC_VERSION_MAJOR >= 7)
/* This type was provided by `libgc' 6.x. */
typedef void *GC_PTR;
#endif
Perhaps you were looking at a modified version of the file?
Thanks,
Ludo’.
next prev parent reply other threads:[~2010-09-11 13:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-08 21:48 [1.9.12] expected ')' primus
2010-09-11 13:09 ` Ludovic Courtès [this message]
2010-09-12 14:33 ` primus
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=87lj78a0lk.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guile@gnu.org \
--cc=rprimus@gmail.com \
/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).