Commit ec304a9b authored by Stefan Behnel's avatar Stefan Behnel

struct fields were generated in the wrong order

parent 016d3876
...@@ -1396,8 +1396,8 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): ...@@ -1396,8 +1396,8 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
entry.cname, entry.cname,
entry.cname, entry.cname,
entry.type.is_unicode, entry.type.is_unicode,
entry.is_identifier, entry.is_interned,
entry.is_interned entry.is_identifier
)) ))
code.putln( code.putln(
"{0, 0, 0, 0, 0}") "{0, 0, 0, 0, 0}")
......
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