[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-sparse
Subject:    alloca
From:       terra () gnome ! org (Morten Welinder)
Date:       2004-07-27 14:15:47
Message-ID: 20040727141547.2EA711422D53 () darter ! rentec ! com
[Download RAW message or body]


This should be a reasonable prototype for __builtin_alloca.



===== check.c 1.31 vs 1.32 =====
--- 1.31/check.c	2004-07-24 02:35:38 -04:00
+++ 1.32/check.c	2004-07-27 09:58:38 -04:00
@@ -54,6 +54,7 @@
 	add_pre_buffer("extern void *__builtin_memset(void *, int, unsigned long);\n");	
 	add_pre_buffer("extern void __builtin_trap(void);\n");
 	add_pre_buffer("extern int __builtin_ffs(unsigned long);\n"); /* XXX(cw) check this */
+	add_pre_buffer("extern void *__builtin_alloca (unsigned long);\n";
 
 	args = argv;
 	for (;;) {
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic