Skip to content

Commit

Permalink
Merge pull request #251 from CastXML/va2
Browse files Browse the repository at this point in the history
fix: remove __va_list too
  • Loading branch information
iMichka authored Feb 26, 2025
2 parents 0e50761 + d5cb009 commit 370acf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pygccxml/parser/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def __init__(self, xml_file, decl_factory, config, *args):
# With llvm 3.9 there is a __NSConstantString(_tag) in the tree
self.__declarations_to_skip = [
"__va_list_tag",
"__va_list",
"__NSConstantString_tag",
"__NSConstantString"
]
Expand Down

0 comments on commit 370acf5

Please sign in to comment.