[PATCH:xkbcomp] Stop including <X11/Xalloca.h> in parseutils.c

Alan Coopersmith alan.coopersmith at oracle.com
Tue Mar 3 16:26:53 PST 2015


I can not find any point in our git history at which alloca() or the
Xalloca.h macros ALLOCATE_LOCAL() & DEALLOCATE_LOCAL() were actually
used in this source file.

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 parseutils.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/parseutils.c b/parseutils.c
index c08353d..5f9f6a4 100644
--- a/parseutils.c
+++ b/parseutils.c
@@ -29,7 +29,6 @@
 #include "xkbpath.h"
 #include <X11/keysym.h>
 #include <X11/extensions/XKBgeom.h>
-#include <X11/Xalloca.h>
 #include <limits.h>
 #include <stdlib.h>
 
-- 
1.7.9.2



More information about the xorg-devel mailing list