diff mbox

Ignore the alloc_size attribute.

Message ID 20090930201930.GB32461@redhat.com (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Michael Stefaniuc Sept. 30, 2009, 8:19 p.m. UTC
None
diff mbox

Patch

diff --git a/parse.c b/parse.c
index fa3b45e..c3f9b6a 100644
--- a/parse.c
+++ b/parse.c
@@ -475,6 +475,8 @@  static struct init_keyword {
 const char *ignored_attributes[] = {
 	"alias",
 	"__alias__",
+	"alloc_size",
+	"__alloc_size__",
 	"always_inline",
 	"__always_inline__",
 	"bounded",