summaryrefslogtreecommitdiff
path: root/source3/aparser/parsetree.awk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-16 14:02:31 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-16 14:02:31 +0000
commit058ecd89b45bf4e52194595a320e140483c93d30 (patch)
tree83b41715b4014109459f8470af4060588aaf4673 /source3/aparser/parsetree.awk
parent128026c9a2de83a8ac6214e733fa871440c6b77f (diff)
downloadsamba-058ecd89b45bf4e52194595a320e140483c93d30.tar.gz
samba-058ecd89b45bf4e52194595a320e140483c93d30.tar.bz2
samba-058ecd89b45bf4e52194595a320e140483c93d30.zip
take the sructure name to run through vluke on the command line
(This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)
Diffstat (limited to 'source3/aparser/parsetree.awk')
-rw-r--r--source3/aparser/parsetree.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/aparser/parsetree.awk b/source3/aparser/parsetree.awk
index 6f2697ec91..cd4e442c9b 100644
--- a/source3/aparser/parsetree.awk
+++ b/source3/aparser/parsetree.awk
@@ -6,6 +6,7 @@ function start_module(name)
num_structs=0;
num_elements=0;
num_unions=0;
+ num_tests=0;
}
function start_struct(name)