Commit 214db164 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Don't capture function typedefs in generate.py

parent 5a194455
......@@ -762,6 +762,8 @@ for i in fi:
continue
if j[-1][-1] != ";":
continue
if j[-1][-2] == ")":
continue
if j[-1][:4] != "VCL_":
continue
d = " ".join(j[1:-1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment