linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/18] Saner type for __builtin_va_list
@ 2009-03-09  7:12 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2009-03-09  7:12 UTC (permalink / raw)
  To: linux-sparse


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 parse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/parse.c b/parse.c
index a9156c9..04a4227 100644
--- a/parse.c
+++ b/parse.c
@@ -232,7 +232,7 @@ static struct init_keyword {
 		.op = &spec_op },
 
 	/* Predeclared types */
-	{ "__builtin_va_list", NS_TYPEDEF, .type = &int_type, .op = &spec_op },
+	{ "__builtin_va_list", NS_TYPEDEF, .type = &ptr_ctype, .op = &spec_op },
 
 	/* Extended types */
 	{ "typeof", 	NS_TYPEDEF, .op = &typeof_op },
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-09  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09  7:12 [PATCH 12/18] Saner type for __builtin_va_list Al Viro

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).