Commit 138f21b3 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 9257aee9
......@@ -237,6 +237,7 @@ class BlockNode:
code.putln("")
for entry in entries:
code.put_var_declaration(entry, static = 1)
code.putln("")
for entry in entries:
code.putln(
"static PyObject *%s;" % entry.pystring_cname)
......
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