From: Ralf Baechle <ralf@linux-mips.org>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] Remove mips_machtype from EMMA2RH machines
Date: Mon, 14 Jul 2008 15:13:31 +0100 [thread overview]
Message-ID: <20080714141331.GC5963@linux-mips.org> (raw)
In-Reply-To: <20080714135430.F2578DE7B3@solo.franken.de>
On Mon, Jul 14, 2008 at 03:54:30PM +0200, Thomas Bogendoerfer wrote:
> +#error "Unknown NEC board";
No quotes, no trailing semikolons in a #error statement - they actually
are part of the string in #error which will look like this:
$ cat c.c
#error "Unknown NEC board";
$ gcc -o c.o c.c
c.c:1:2: error: #error "Unknown NEC board";
$
Ralf
prev parent reply other threads:[~2008-07-14 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 13:54 [PATCH] Remove mips_machtype from EMMA2RH machines Thomas Bogendoerfer
2008-07-14 14:13 ` Ralf Baechle [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=20080714141331.GC5963@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=tsbogend@alpha.franken.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.