Commit 84469ac4 authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent 70bb2a3e
...@@ -1833,7 +1833,7 @@ class AttributeNode(ExprNode): ...@@ -1833,7 +1833,7 @@ class AttributeNode(ExprNode):
# member string C name of struct member # member string C name of struct member
# is_called boolean Function call is being done on result # is_called boolean Function call is being done on result
# entry Entry Symbol table entry of attribute # entry Entry Symbol table entry of attribute
# interned_attr_cname string C name of interned attribute name # interned_attr_cname string C name of interned attribute name
is_attribute = 1 is_attribute = 1
subexprs = ['obj'] subexprs = ['obj']
......
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