We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19c1ea commit b420e96Copy full SHA for b420e96
pygccxml/binary_parsers/parsers.py
@@ -318,7 +318,7 @@ def merge(self, smbl):
318
f.calling_convention = CCTS.CDECL
319
return decorated, f
320
except self.global_ns.declaration_not_found_t:
321
- v = self.global_ns.vars(
+ v = self.global_ns.variables(
322
decorated,
323
allow_empty=True,
324
recursive=False)
@@ -407,7 +407,7 @@ def merge(self, smbl):
407
408
409
410
411
412
413
0 commit comments