From: Miguel Bolanos <mike@linuxlabs.com>
To: claudio@conectiva.com
Cc: linux-8086@vger.kernel.org
Subject: Re: [PATCH] elkscmd: ash: fixes for bcc 0.16.15
Date: Wed, 02 Jun 2004 14:35:08 -0600 [thread overview]
Message-ID: <1086208508.3063.8.camel@talena.hsol.net> (raw)
In-Reply-To: <Pine.LNX.4.58L.0406020959350.7647@damien.conectiva>
Applied thanks.
Mike
On Wed, 2004-06-02 at 07:01, claudio@conectiva.com wrote:
> The latest bcc compiles this code correctly.
>
>
> diff -rud elkscmd.orig/ash/expand.c elkscmd/ash/expand.c
> --- elkscmd.orig/ash/expand.c 2004-05-27 23:41:26.000000000 -0300
> +++ elkscmd/ash/expand.c 2004-06-02 09:37:47.000000000 -0300
> @@ -489,19 +489,12 @@
> while (*p)
> STPUTC(*p++, expdest);
> break;
> -#if 0
> - /*
> - * 19980209 Claudio Matsuoka <claudio@conectiva.com>
> - * FIXME: Commented out due to problems with bcc (illegal
> - * indirect to indirect: mov byte ptr -1[si],#_optchar[bx]).
> - */
> case '-':
> for (i = 0 ; optchar[i] ; i++) {
> if (optval[i])
> STPUTC(optchar[i], expdest);
> }
> break;
> -#endif
> case '@':
> if (allow_split) {
> sep = '\0';
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2004-06-02 20:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-02 13:01 [PATCH] elkscmd: ash: fixes for bcc 0.16.15 claudio
2004-06-02 20:35 ` Miguel Bolanos [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=1086208508.3063.8.camel@talena.hsol.net \
--to=mike@linuxlabs.com \
--cc=claudio@conectiva.com \
--cc=linux-8086@vger.kernel.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