From: Blue Swirl <blauwirbel@gmail.com>
To: linux-sparse@vger.kernel.org
Subject: [PATCH 1/2, RESEND] Ignore attribute __bounded__, used by OpenBSD headers.
Date: Sat, 1 Aug 2009 12:28:43 +0300 [thread overview]
Message-ID: <f43fc5580908010228m75cc77eds2ecb23da51f031c1@mail.gmail.com> (raw)
See also an obsolete version at
http://marc.info/?l=linux-sparse&m=113344255600417&w=2
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
parse.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/parse.c b/parse.c
index e5ad867..613f439 100644
--- a/parse.c
+++ b/parse.c
@@ -530,6 +530,8 @@ static struct init_keyword {
{ "__hot__", NS_KEYWORD, .op = &ignore_attr_op },
{ "warning", NS_KEYWORD, .op = &ignore_attr_op },
{ "__warning__", NS_KEYWORD, .op = &ignore_attr_op },
+ { "bounded", NS_KEYWORD, .op = &ignore_attr_op },
+ { "__bounded__", NS_KEYWORD, .op = &ignore_attr_op },
};
void init_parser(int stream)
--
1.6.2.4
reply other threads:[~2009-08-01 9:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=f43fc5580908010228m75cc77eds2ecb23da51f031c1@mail.gmail.com \
--to=blauwirbel@gmail.com \
--cc=linux-sparse@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;
as well as URLs for NNTP newsgroup(s).