From 0f834b91a4768673833ab4917e87d86c237bb1a6 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 23 Mar 2012 10:05:55 +0100 Subject: libX11 xserver fontconfig mesa pixman xkbcomp xkeyboard-config git update 23 Mar 2012 --- xorg-server/hw/xfree86/sdksyms.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xorg-server/hw/xfree86/sdksyms.sh') diff --git a/xorg-server/hw/xfree86/sdksyms.sh b/xorg-server/hw/xfree86/sdksyms.sh index 9034f3829..40ea7c8da 100644 --- a/xorg-server/hw/xfree86/sdksyms.sh +++ b/xorg-server/hw/xfree86/sdksyms.sh @@ -364,7 +364,7 @@ BEGIN { # skip attribute, if any while ($n ~ /^(__attribute__|__global)/ || # skip modifiers, if any - $n ~ /^\*?(unsigned|const|volatile|struct)$/ || + $n ~ /^\*?(unsigned|const|volatile|struct|_X_EXPORT)$/ || # skip pointer $n ~ /^[a-zA-Z0-9_]*\*$/) n++; @@ -395,6 +395,9 @@ BEGIN { if ($n == "" || $n ~ /^\*+$/) { getline; n = 1; + # indent may have inserted a blank link + if ($0 == "") + getline; } # dont modify $0 or $n -- cgit v1.2.3