Skip to content

Commit 370acf5

Browse files
authored
Merge pull request #251 from CastXML/va2
fix: remove __va_list too
2 parents 0e50761 + d5cb009 commit 370acf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pygccxml/parser/scanner.py

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def __init__(self, xml_file, decl_factory, config, *args):
202202
# With llvm 3.9 there is a __NSConstantString(_tag) in the tree
203203
self.__declarations_to_skip = [
204204
"__va_list_tag",
205+
"__va_list",
205206
"__NSConstantString_tag",
206207
"__NSConstantString"
207208
]

0 commit comments

Comments
 (0)