From: Michael Chastain <mec.gnu@mindspring.com>
To: gdb@sources.redhat.com, cagney@gnu.org
Subject: Re: p-exp.y: parse error before "xmalloc"
Date: Fri, 15 Oct 2004 17:55:00 -0000 [thread overview]
Message-ID: <416FEBCE.nailM6K11L2BT@mindspring.com> (raw)
In-Reply-To: <416FE87F.nailM4L11F2H8@mindspring.com>
It's the problem that Andreas Schwab noticed.
p-exp.y says:
char *uptokstart = (char *)malloc(namelen+1);
p-exp.c, after substitution, says:
char *uptokstart = (char *xmalloc(namelen+1);
I'll go ahead and check in a patch unless someone beats me to it.
Michael
prev parent reply other threads:[~2004-10-15 15:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-15 17:50 Michael Chastain
2004-10-15 17:55 ` Michael Chastain [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=416FEBCE.nailM6K11L2BT@mindspring.com \
--to=mec.gnu@mindspring.com \
--cc=cagney@gnu.org \
--cc=gdb@sources.redhat.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