Skip to content

Commit d5cb009

Browse files
committedFeb 26, 2025··
fix: remove __va_list too
1 parent 0e50761 commit d5cb009

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)
Please sign in to comment.