summaryrefslogtreecommitdiff
path: root/source3/aparser/header.awk
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/header.awk')
-rw-r--r--source3/aparser/header.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/aparser/header.awk b/source3/aparser/header.awk
index 406335c930..24232bacf0 100644
--- a/source3/aparser/header.awk
+++ b/source3/aparser/header.awk
@@ -13,6 +13,7 @@ function header_element(f, elnum,
LOCAL, type)
{
type=elements[elnum, "type"];
+ if (substr(type,1,1) == ".") return;
xprintf(f,"\t%s %s;\n", type, header_elstring(elnum));
}