projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9257aee
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 13 May 2008 18:06:25 +0000
(20:06 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 13 May 2008 18:06:25 +0000
(20:06 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 04e77104406faf289248a1d1d5757e0aa020e723..e509ea49c9a660dfc74a878fc907c37f90679c87 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-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)