* [PATCH 1/2, RESEND] Ignore attribute __bounded__, used by OpenBSD headers.
@ 2009-08-01 9:28 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-08-01 9:28 UTC (permalink / raw)
To: linux-sparse
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-01 9:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 9:28 [PATCH 1/2, RESEND] Ignore attribute __bounded__, used by OpenBSD headers Blue Swirl
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).