Commit 5cedafb2 authored by Stefan Behnel's avatar Stefan Behnel

fixed typo

parent 05d3d0e8
......@@ -800,7 +800,7 @@ class CStructOrUnionDefNode(StatNode):
for attr in self.attributes:
attr.analyse_declarations(env, scope)
if self.visibility != 'extern':
needs_typedef_indirection = False
need_typedef_indirection = False
for attr in scope.var_entries:
type = attr.type
while type.is_array:
......
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